fix(docker): typo

This commit is contained in:
adamanteye 2025-03-02 01:21:24 +08:00
parent 22f846cc19
commit 824311ce21
No known key found for this signature in database
GPG key ID: FC012E34C8FFF4AB

View file

@ -37,7 +37,7 @@ services:
volume: volume:
nocopy: true nocopy: true
subpath: caddy/config subpath: caddy/config
command: caddy reverse-proxy --from http://${TASKCHAMPION_SYNC_SERVER_HOSTNAME} --to http://tss:8080 command: caddy reverse-proxy --from https://${TASKCHAMPION_SYNC_SERVER_HOSTNAME} --to http://tss:8080
depends_on: depends_on:
mkdir: mkdir:
condition: service_completed_successfully condition: service_completed_successfully