Add script

This commit is contained in:
Tim
2025-11-06 10:28:50 +01:00
parent 3f9a79dc03
commit f375a79778

View File

@@ -1,6 +1,10 @@
services: services:
myservice: script:
build: . image: 'ubuntu:21.04'
container_name: escape-room working_dir: /path/to/where/you/want/to/mount/script/
volumes:
- '/data/schule/startup.sh:/data/startup.sh'
command:
- 'bash /data/startup.sh'
ports: ports:
- "8080:8080" - '22:22'