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
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user