Compare commits

...

2 Commits

View File

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