Update docker-compose.yml

This commit is contained in:
Daniel Nagel 2025-08-30 10:21:06 +02:00
parent d8ef03d46b
commit 6b7522d444

View File

@ -7,5 +7,9 @@ services:
ports: ports:
- "2000:80" - "2000:80"
volumes: volumes:
<<<<<<< Updated upstream
- /srv/arenos-landing/html:/srv:ro - /srv/arenos-landing/html:/srv:ro
=======
- /srv/arenos_www/html:/srv:ro
>>>>>>> Stashed changes
command: ["caddy","file-server","--root","/srv","--listen",":80"] command: ["caddy","file-server","--root","/srv","--listen",":80"]