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