Fixes versions of postgres and mariadb images

master
Abhinav Sarkar 2018-08-01 04:32:37 +00:00
parent 8933534562
commit 9de9d9f195
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ services:
volumes:
- ./wallabag/images:/var/www/wallabag/web/assets/images
db:
image: postgres:10
image: postgres:10.4
restart: always
environment:
POSTGRES_PASSWORD: ${PG_PASSWORD}
volumes:
- ./postgres-data:/var/lib/postgresql/data
mariadb:
image: mariadb:10
image: mariadb:10.3
environment:
MYSQL_ROOT_PASSWORD: ${MR_PASSWORD}
volumes: