Files
Debian-Retzel/docker-compose.yml
2025-11-06 10:30:48 +01:00

11 lines
234 B
YAML

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