Readded disappearing colons

This commit is contained in:
Leopere 2018-10-09 10:39:32 -04:00
parent 753b711e96
commit 403a513d18
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -1,7 +1,7 @@
version: '3.4'
networks:
lbrynet
lbrynet:
external: true
services: