Upgraded postgres to version 13.

This commit is contained in:
2020-12-25 02:32:14 +01:00
parent 4cc93f35c6
commit 2637959bee
2 changed files with 3 additions and 3 deletions

View File

@@ -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