DONE: rename to lowercase for image
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
backend:
|
||||
image: git.koppkb.com/KoPKB/My-KOPKB-be:${IMAGE_TAG:-latest}
|
||||
image: git.koppkb.com/kopkb/my-kopkb-be:${IMAGE_TAG:-latest}
|
||||
container_name: mykopkb-be-production
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
@@ -36,7 +36,7 @@ services:
|
||||
max-file: "3"
|
||||
|
||||
frontend:
|
||||
image: git.koppkb.com/KoPKB/My-KOPKB-fe:${IMAGE_TAG:-latest}
|
||||
image: git.koppkb.com/kopkb/my-kopkb-fe:${IMAGE_TAG:-latest}
|
||||
container_name: mykopkb-fe-production
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user