mirror of https://github.com/docker/docs.git
Fixed networking.md malformed whitespace
Adjusted what appeared to be malformed yaml whitespace in the 'Specify custom networks' section
This commit is contained in:
parent
a81a990528
commit
11608ecb55
|
@ -111,19 +111,19 @@ Here's an example Compose file defining two custom networks. The `proxy` service
|
|||
version: "{{ site.compose_file_v3 }}"
|
||||
|
||||
services:
|
||||
proxy:
|
||||
proxy:
|
||||
build: ./proxy
|
||||
networks:
|
||||
- frontend
|
||||
app:
|
||||
build: ./app
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
db:
|
||||
image: postgres
|
||||
networks:
|
||||
- backend
|
||||
networks:
|
||||
- frontend
|
||||
app:
|
||||
build: ./app
|
||||
networks:
|
||||
- frontend
|
||||
- backend
|
||||
db:
|
||||
image: postgres
|
||||
networks:
|
||||
- backend
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
|
|
Loading…
Reference in New Issue