Skip to content

Commit 438f341

Browse files
Tasleem222actions-user
authored andcommitted
Update docker.md (#2578)
Corrected strapi network mismatch issues. In docker compose everywhere "strapi" as network has been used but in the last segment where network is explicitly is defined it is written "Strapi" due to which while running docker compose up -d it terminates old container and restricts new container due to network mismatch and then i had to manually delete old container and run new container with new network name.
1 parent 0502464 commit 438f341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus/docs/cms/installation/docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ volumes:
187187

188188
networks:
189189
strapi:
190-
name: Strapi
190+
name: strapi
191191
driver: bridge
192192
```
193193
@@ -253,7 +253,7 @@ volumes:
253253

254254
networks:
255255
strapi:
256-
name: Strapi
256+
name: strapi
257257
driver: bridge
258258
```
259259
@@ -319,7 +319,7 @@ volumes:
319319

320320
networks:
321321
strapi:
322-
name: Strapi
322+
name: strapi
323323
driver: bridge
324324
```
325325

0 commit comments

Comments
 (0)