This repository has been archived on 2024-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
spiegelei-server-old/docker-compose.template.yml
2024-05-07 13:02:33 +02:00

13 lines
196 B
YAML

services:
main:
restart: unless-stopped
build:
context: .
ports:
- "3322:22"
volumes:
- host_keys:/host_keys
- /mnt/yourdrive:/data
volumes:
host_keys: