ERROR: invalid tag "registry.chiefsoft.net/MyFit-CoreBackEnd:latest": repository name must be lowercase
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ version: '3.8'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
myfit-corebackend:
|
myfit-corebackend:
|
||||||
image: registry.chiefsoft.net/MyFit-CoreBackEnd:latest
|
image: registry.chiefsoft.net/myfit-corebackend:latest
|
||||||
build: ./services/web
|
build: ./services/web
|
||||||
command: python manage.py run -h 0.0.0.0
|
command: python manage.py run -h 0.0.0.0
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user