Change to folder
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user