Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4a045da

Browse files
update network syntax
docker doc is incorrect. see docker-archive/compose-cli#1856 (comment)
1 parent 5611216 commit 4a045da

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

‎traefik-independant/blog/docker-compose.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ volumes:
5656
# docker network create --subnet 192.168.10.0/24 backend
5757
networks:
5858
oueb:
59-
external:
60-
name: oueb
59+
external:true
60+
name: oueb
6161

6262
backend:
63-
external:
64-
name: backend
63+
external:true
64+
name: backend

‎traefik-independant/dc/docker-compose.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ volumes:
6767
# docker network create --subnet 192.168.10.0/24 backend
6868
networks:
6969
oueb:
70-
external:
71-
name: oueb
70+
external:true
71+
name: oueb
7272

7373
backend:
74-
external:
75-
name: backend
74+
external:true
75+
name: backend

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /