Readded disappearing colons

This commit is contained in:
Leopere 2018-10-09 10:39:32 -04:00
parent aae5b72788
commit 35abf76479
No known key found for this signature in database
GPG key ID: 64476C903E477CCB
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: