Fix typo in networks key name
This commit is contained in:
parent
ffb8250e13
commit
ade0be88b8
|
@ -2,7 +2,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
# Publish a port instead of using the web network
|
# Publish a port instead of using the web network
|
||||||
network:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: false
|
external: false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue