use docker hub image in docker-compose

This commit is contained in:
Miroslav Šedivý 2020-06-07 14:17:14 +02:00
parent 9f255592ff
commit 22d2d84b1d

View file

@ -2,7 +2,7 @@ version: "3"
services:
webserver:
build: ./
image: m1k1o/blog
container_name: blog_apache
environment:
TZ: Europe/Vienna
@ -22,4 +22,4 @@ services:
- mariadb:/var/lib/mysql
- ./app/db:/docker-entrypoint-initdb.d:ro
volumes:
mariadb:
mariadb: