added docker instructions

This commit is contained in:
2024-01-17 14:15:46 +01:00
parent 21ca5c626f
commit 0726b95fd4
2 changed files with 22 additions and 2 deletions

View File

@@ -6,14 +6,14 @@ services:
group_add:
- '${GROUP_ID}'
volumes:
- ./test/out:/backup
- ${OUTDIR}:/backup
command: chown -R ${USER_ID}:${USER_ID} /backup
kleingebaeck:
container_name: kleingebaeck
user: "${USER_ID}:${USER_ID}"
volumes:
- ./test/out:/backup
- ${OUTDIR}:/backup
working_dir: /backup
build: .
image: kleingebaeck:latest