Update docker-compose.yml #6

Closed
Chefe wants to merge 1 commits from development into server

View File

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