don't build docker image in docker-compose but just pull it

pull/8195/head
Markus Kahl 5 years ago
parent e4c2b6e0aa
commit f0e68a100b
  1. 1
      docker-compose.yml

@ -11,7 +11,6 @@ volumes:
x-op-restart-policy: &restart_policy
restart: unless-stopped
x-op-image: &image
build: .
image: openproject/community:${TAG:-10}
x-op-app: &app
<<: *image

Loading…
Cancel
Save