first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
caddy:
|
||||
image: caddy:latest
|
||||
container_name: caddy
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "[HTTP]:80/tcp"
|
||||
- "[HTTPS]:443/tcp"
|
||||
volumes:
|
||||
- [DOCKERDIR]/caddy/caddy/www:/usr/share/caddy
|
||||
- [DOCKERDIR]/caddy/caddy/config:/etc/caddy
|
||||
Reference in New Issue
Block a user