We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e23560 + 2d9988f commit 9b58b92Copy full SHA for 9b58b92
1 file changed
deployments/cli/community/docker-compose.yml
@@ -216,6 +216,15 @@ services:
216
# Comment this if you already have a reverse proxy running
217
proxy:
218
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
+ ]
228
deploy:
229
replicas: 1
230
restart_policy:
0 commit comments