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