Skip to content

Commit c0978d5

Browse files
committed
fix: local image for docker-compose-remote
1 parent e8dd309 commit c0978d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose-remote.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ services:
1818

1919
server-template-admin:
2020
container_name: server-template-admin
21-
image: host/server-template/admin:_IMAGE_TAG_
21+
image: local/server-template/admin:_IMAGE_TAG_
2222
restart: unless-stopped
2323
networks:
2424
- default
@@ -30,7 +30,7 @@ services:
3030

3131
server-template-client:
3232
container_name: server-template-client
33-
image: host/server-template/client:_IMAGE_TAG_
33+
image: local/server-template/client:_IMAGE_TAG_
3434
restart: unless-stopped
3535
networks:
3636
- default
@@ -46,7 +46,7 @@ services:
4646

4747
server-template-graphql:
4848
container_name: server-template-graphql
49-
image: host/server-template/graphql:_IMAGE_TAG_
49+
image: local/server-template/graphql:_IMAGE_TAG_
5050
restart: unless-stopped
5151
networks:
5252
- default
@@ -69,7 +69,7 @@ services:
6969

7070
server-template-server:
7171
container_name: server-template-server
72-
image: host/server-template/server:_IMAGE_TAG_
72+
image: local/server-template/server:_IMAGE_TAG_
7373
restart: unless-stopped
7474
networks:
7575
- default
@@ -104,7 +104,7 @@ services:
104104

105105
server-template-www:
106106
container_name: server-template-www
107-
image: host/server-template/www:_IMAGE_TAG_
107+
image: local/server-template/www:_IMAGE_TAG_
108108
restart: unless-stopped
109109
networks:
110110
- default

0 commit comments

Comments
 (0)