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.
|
||||
## https://hub.docker.com/r/_/mariadb/
|
||||
mysql:
|
||||
image: mysql.5.7.23
|
||||
image: mysql:5.7.23
|
||||
restart: always
|
||||
networks:
|
||||
lbrynet:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.4'
|
||||
|
||||
networks:
|
||||
lbrynet
|
||||
lbrynet:
|
||||
external: true
|
||||
|
||||
services:
|
||||
|
|
Loading…
Reference in a new issue