2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-10 00:37:53 +00:00

Fix image name in CI

This commit is contained in:
Lev Vereshchagin 2021-12-14 15:37:32 +03:00
parent 8b58205149
commit 435e0f462b

View File

@ -5,7 +5,7 @@ services:
image: localhost:5000/frappe/erpnext-worker:${ERPNEXT_VERSION}
frontend:
image: localhost:5000/frappe/erpnext-frontend:${ERPNEXT_VERSION}
image: localhost:5000/frappe/erpnext-nginx:${ERPNEXT_VERSION}
websocket:
image: localhost:5000/frappe/frappe-socketio:${FRAPPE_VERSION}