docker-compose network config in a code block

This commit is contained in:
chandi 2021-03-27 15:51:14 +01:00 committed by GitHub
parent 5962401698
commit 97d1d1a1c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,9 +24,11 @@ Services as configured.
| greenlight | | | ports: 10.7.7.1:5000:80
| prometheus | bbb-net | 10.7.7.33 |
```yml
networks:
bbb-net:
ipam:
driver: default
config:
- subnet: "10.7.7.0/24"
```