Skip to content

Commit 1458c75

Browse files
fix: adding proxy command in compose file #7518
fix: adding proxy command in compose file
2 parents 27fa439 + 2d9988f commit 1458c75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deployments/cli/community/docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,15 @@ services:
216216
# Comment this if you already have a reverse proxy running
217217
proxy:
218218
image: artifacts.plane.so/makeplane/plane-proxy:${APP_RELEASE:-stable}
219+
command:
220+
[
221+
"caddy",
222+
"run",
223+
"--config",
224+
"/etc/caddy/Caddyfile",
225+
"--adapter",
226+
"caddyfile",
227+
]
219228
deploy:
220229
replicas: 1
221230
restart_policy:

0 commit comments

Comments
 (0)