mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
cleanup repo
This commit is contained in:
15
examples/caddy/docker-compose.yml
Normal file
15
examples/caddy/docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:latest
|
||||
container_name: caddy
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- /mnt/docker-volumes/caddy/CaddyFile:/etc/caddy/Caddyfile
|
||||
- /mnt/docker-volumes/caddy/data:/data
|
||||
- /mnt/docker-volumes/caddy/config:/config
|
||||
Reference in New Issue
Block a user