mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
fix: docker compose image registry
This commit is contained in:
parent
f8554cd634
commit
91196a1049
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ services:
|
||||||
configurator:
|
configurator:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
required: true
|
required: true
|
||||||
image: zapal-tech/erp:latest
|
image: ghcr.io/zapal-tech/erp:latest
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue