You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
392 B
YAML
17 lines
392 B
YAML
version: "3"
|
|
services:
|
|
proxy:
|
|
image: caddy
|
|
restart: always
|
|
ports:
|
|
- 80:80
|
|
- 443:443
|
|
network_mode: host
|
|
volumes:
|
|
- ./Caddyfile:/etc/caddy/Caddyfile
|
|
- ./caddy:/data/
|
|
- /root/jardines-digitales/copincha.org:/var/www
|
|
- /root/jardines-digitales/copinchapedia:/var/wiki
|
|
- /root/jardines-digitales/precious-plastic-la-habana:/var/pph
|
|
|