Compare commits
No commits in common. "eddaad807cfae69d5bc3916a5c96eebcf6319a8d" and "4feb28f172619259cb89bbf60a3f49097fdd7599" have entirely different histories.
eddaad807c
...
4feb28f172
|
|
@ -2,10 +2,9 @@ version: "3.9"
|
|||
|
||||
services:
|
||||
web:
|
||||
image: caddy:2-alpine
|
||||
image: nginx:alpine
|
||||
container_name: arenos_www
|
||||
ports:
|
||||
- "2000:80"
|
||||
volumes:
|
||||
- /srv/arenos-landing/html:/srv:ro
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro
|
||||
- ./html:/usr/share/nginx/html:ro
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user