added the official docker cli
All checks were successful
Build and Push Docker Image / build (push) Successful in 39s
All checks were successful
Build and Push Docker Image / build (push) Successful in 39s
-switched to user 1000 for security. -added user to docker group -properly mounted btrfs drive on host allows users to create snapshots
This commit is contained in:
@@ -4,8 +4,8 @@ services:
|
||||
container_name: backupbot
|
||||
privileged: true
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
- SETTINGS_ENCRYPTION_KEY=${KEY}
|
||||
- CLI_ARGS= #optional
|
||||
|
||||
Reference in New Issue
Block a user