Update docker-compose.yml #6

Closed
Chefe wants to merge 1 commits from development into server
Showing only changes of commit c2b7a783c9 - Show all commits

View File

@ -7,5 +7,5 @@ services:
ports:
- "2000:80"
volumes:
- ./html:/srv:ro
- /srv/arenos_www/html:/srv:ro
command: ["caddy","file-server","--root","/srv","--listen",":80"]