1st commit
This commit is contained in:
16
docker-compose.yml
Executable file
16
docker-compose.yml
Executable file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:2.10
|
||||
container_name: caddy
|
||||
ports:
|
||||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- ./Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./caddy_data:/data
|
||||
- ./caddy_config:/config
|
||||
# network_mode: bridge
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
Reference in New Issue
Block a user