mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
fix(docker): typo
This commit is contained in:
parent
22f846cc19
commit
824311ce21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue