back interdiff of round #3 and #2

docker: fix config #198

closed
opened by knotbin.com targeting master from [deleted fork]: fix-docker

(i be traumatized) fixes knotguard options, along with some more config improvements and fixes in docker compose and dockerfile

files
docker
rootfs
etc
ssh
sshd_config.d
ERROR
docker/Dockerfile

Failed to calculate interdiff for this file.

ERROR
docker/rootfs/etc/ssh/sshd_config.d/tangled_sshd.conf

Failed to calculate interdiff for this file.

NEW
docker/docker-compose.yml
···
- "${KNOT_SERVER_PORT:-443}:443"
- "${KNOT_SERVER_PORT:-443}:443/udp"
volumes:
-
- caddy_data:
restart: always
profiles: ["caddy"]
···
- "${KNOT_SERVER_PORT:-443}:443"
- "${KNOT_SERVER_PORT:-443}:443/udp"
volumes:
+
- caddy_data:/data
restart: always
profiles: ["caddy"]