postgresTAG

This commit is contained in:
Josh Cox
2017-08-18 11:05:54 -05:00
parent 771d29502d
commit 91623ff258
2 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ services:
- pgdata:/var/lib/postgresql/data/pgdata
postgres:
image: postgres:latest
image: postgres:${POSTGRES_TAG}
environment:
PGDATA: /var/lib/postgresql/data/pgdata
POSTGRES_DB: ${postgres_db}