Skip to content

Commit 9f4dbd2

Browse files
authored
fix: Fixed the image name in the Docker Compose file (#229)
1 parent 9a42397 commit 9f4dbd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
restart: always
1818

1919
frontend:
20-
image: flock-frontend:0.1.0
20+
image: jimmy1211/flock-frontend:0.1.0
2121
deploy:
2222
resources:
2323
limits:
@@ -45,7 +45,7 @@ services:
4545
restart: always
4646

4747
api:
48-
image: flock-backend:0.1.0
48+
image: jimmy1211/flock-backend:0.1.0
4949
deploy:
5050
resources:
5151
limits:
@@ -91,7 +91,7 @@ services:
9191
user: root
9292

9393
celery_worker:
94-
image: flock-backend:0.1.0
94+
image: jimmy1211/flock-backend:0.1.0
9595
deploy:
9696
resources:
9797
limits:

0 commit comments

Comments
 (0)