Change to folder

This commit is contained in:
Tim
2025-11-06 10:30:48 +01:00
parent f375a79778
commit 69fb5a90bc

View File

@@ -3,8 +3,8 @@ services:
image: 'ubuntu:21.04' image: 'ubuntu:21.04'
working_dir: /path/to/where/you/want/to/mount/script/ working_dir: /path/to/where/you/want/to/mount/script/
volumes: volumes:
- '/data/schule/startup.sh:/data/startup.sh' - '/data/schule/:/data/schule/'
command: command:
- 'bash /data/startup.sh' - 'bash /data/schule/startup.sh'
ports: ports:
- '22:22' - '22:22'