Update docker-compose.yml
This commit is contained in:
parent
d8ef03d46b
commit
6b7522d444
|
|
@ -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"]
|
||||||
Loading…
Reference in New Issue
Block a user