Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- caddy:
- image: caddy:latest
- container_name: caddy
- restart: always
- networks:
- reverseproxy-nw:
- stdin_open: true
- tty: true
- volumes:
- - ./container-data:/data
- - ./container-config:/config
- - /etc/localtime:/etc/localtime:ro
- ports:
- - 80:80
- - 443:443
- entrypoint: /usr/bin/caddy run --adapter caddyfile --config /config/Caddyfile
- networks:
- reverseproxy-nw:
- external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement