Readded disappearing colons
This commit is contained in:
parent
753b711e96
commit
403a513d18
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ services:
|
||||||
## MariaDB is currently not supported and neither is later versions of MySQL this may change.
|
## MariaDB is currently not supported and neither is later versions of MySQL this may change.
|
||||||
## https://hub.docker.com/r/_/mariadb/
|
## https://hub.docker.com/r/_/mariadb/
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql.5.7.23
|
image: mysql:5.7.23
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
lbrynet:
|
lbrynet:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
lbrynet
|
lbrynet:
|
||||||
external: true
|
external: true
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue