feat: support start the container as non-root user (close #45, close #47)

This commit is contained in:
ttionya
2022-06-30 23:30:51 +08:00
parent 44da441de0
commit c24263dd25
3 changed files with 9 additions and 9 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/bin/bash
ENV_FILE="/.env"
CRON_CONFIG_FILE="${HOME}/crontabs"
BACKUP_DIR="/bitwarden/backup"
RESTORE_DIR="/bitwarden/restore"
RESTORE_EXTRACT_DIR="/bitwarden/extract"