Updated Postgres and MariaDB major version.

This commit is contained in:
Marvin Blum
2022-03-15 14:20:13 +01:00
parent 1e8a941255
commit d08fe286d2
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ version: '3'
services:
postgres:
image: postgres:13
image: postgres:14
container_name: postgres
restart: always
ports:
@@ -10,4 +10,5 @@ services:
environment:
- POSTGRES_PASSWORD=postgres
volumes:
# - /Users/mb/docker/postgres/data:/var/lib/postgresql/data
- /home/marvin/docker/postgres/data:/var/lib/postgresql/data