j #3
|
|
@ -2,9 +2,10 @@ version: "3.9"
|
|||
|
||||
services:
|
||||
web:
|
||||
image: nginx:alpine
|
||||
image: caddy:2-alpine
|
||||
container_name: arenos_www
|
||||
ports:
|
||||
- "2000:80"
|
||||
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