tangled
alpha
login
or
join now
tangled.org
/
knot-docker
89
fork
atom
Community maintained Docker config for the knot server
89
fork
atom
overview
issues
3
pulls
1
pipelines
caddy_data volume
knotbin.com
4 months ago
c0af00f2
e01ffc31
verified
This commit was signed with the committer's
known signature
.
knotbin.com
SSH Key Fingerprint:
SHA256:cz+cxLxCL/B8cV6riZjeEPSqiRA5+YAQM9XfjxPWTWE=
+1
-1
1 changed file
expand all
collapse all
unified
split
docker-compose.yml
+1
-1
docker-compose.yml
···
32
32
- ${KNOT_SERVER_PORT:-443}:443
33
33
- ${KNOT_SERVER_PORT:-443}:443/udp
34
34
volumes:
35
35
-
- caddy_data:/data
35
35
+
- ./caddy_data:/data
36
36
restart: always
37
37
profiles: ["caddy"]