Fix syntax

This commit is contained in:
Marko Korhonen 2020-07-11 12:32:00 +03:00
parent a7bb3c51e7
commit f7b779aa6f

View file

@ -1,4 +1,6 @@
mariadb:
version: "3"
services:
mariadb:
container_name: mariadb
image: mariadb
environment:
@ -11,6 +13,6 @@ mariadb:
- /etc/localtime:/etc/localtime:ro
restart: always
networks:
networks:
db:
external: true