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,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:12
|
||||
image: postgres:13
|
||||
container_name: postgres
|
||||
restart: always
|
||||
ports:
|
||||
@@ -10,4 +10,4 @@ services:
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
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