mirror of
https://github.com/opf/openproject-deploy.git
synced 2026-02-14 16:59:51 +00:00
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:
@@ -51,7 +51,6 @@ services:
|
||||
context: ./proxy
|
||||
args:
|
||||
APP_HOST: web
|
||||
image: openproject/proxy:${TAG:-14-slim}
|
||||
<<: *restart_policy
|
||||
ports:
|
||||
- "${PORT:-8080}:80"
|
||||
|
||||
Reference in New Issue
Block a user