Remove image ref for proxy

This will otherwise fail the `docker compose pull` step described in the docs. Fixes #85
This commit is contained in:
Oliver Günther
2024-09-01 19:48:23 +02:00
committed by GitHub
parent 6b10106a0f
commit 7923d87861

View File

@@ -51,7 +51,6 @@ services:
context: ./proxy context: ./proxy
args: args:
APP_HOST: web APP_HOST: web
image: openproject/proxy:${TAG:-14-slim}
<<: *restart_policy <<: *restart_policy
ports: ports:
- "${PORT:-8080}:80" - "${PORT:-8080}:80"