j
This commit is contained in:
parent
3a6293e6a9
commit
d4c119a8cf
|
|
@ -2,9 +2,10 @@ version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: caddy:2-alpine
|
||||||
container_name: arenos_www
|
container_name: arenos_www
|
||||||
ports:
|
ports:
|
||||||
- "2000:80"
|
- "2000:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./html:/usr/share/nginx/html:ro
|
- /srv/arenos-landing/html:/srv:ro
|
||||||
|
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||||
Loading…
Reference in New Issue
Block a user