docs(docker): Consistencize all domains to example.com and port to 8008

Included some additional comments. .well-known Delegation seems to be
much more convenient for traefik + caddy. How they're documented can be
decided in a future commit.
This commit is contained in:
stratself
2026-03-28 09:22:40 +00:00
committed by Ellis Git
parent b55cb5580c
commit aa53b01b69
6 changed files with 23 additions and 19 deletions
+3 -3
View File
@@ -6,15 +6,15 @@ services:
restart: unless-stopped
command: /sbin/conduwuit
ports:
- 8448:6167
- 127.0.0.1:8008:8008
volumes:
- db:/var/lib/continuwuity
#- ./continuwuity.toml:/etc/continuwuity.toml
environment:
CONTINUWUITY_SERVER_NAME: your.server.name # EDIT THIS
CONTINUWUITY_SERVER_NAME: example.com # EDIT THIS
CONTINUWUITY_DATABASE_PATH: /var/lib/continuwuity
CONTINUWUITY_ADDRESS: 0.0.0.0
CONTINUWUITY_PORT: 6167
CONTINUWUITY_PORT: 8008
#CONTINUWUITY_CONFIG: '/etc/continuwuity.toml' # Uncomment if you mapped config toml above
volumes: