mirror of
https://github.com/wallabag/docker.git
synced 2025-12-21 19:27:35 +01:00
Forced postgres 9.6
This commit is contained in:
@ -18,7 +18,7 @@ services:
|
||||
ports:
|
||||
- "127.0.0.1:80:80"
|
||||
db:
|
||||
image: postgres
|
||||
image: postgres:9.6
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=my-secret-pw
|
||||
- POSTGRES_USER=my-super-user
|
||||
|
||||
Reference in New Issue
Block a user