mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-01-18 06:40:26 +00:00
Upgraded to postgres 11.
This commit is contained in:
@@ -2,7 +2,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
mysql:
|
||||
image: postgres:10
|
||||
image: postgres:11
|
||||
container_name: postgres
|
||||
restart: always
|
||||
ports:
|
||||
@@ -10,5 +10,5 @@ services:
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
volumes:
|
||||
- /home/marvin/docker/postgres/data:/var/lib/postgresql/data
|
||||
- /home/marvin/docker/postgres/data-11:/var/lib/postgresql/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user