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: services:
mariadb: mariadb:
image: mariadb:10.5 image: mariadb:10
container_name: mariadb container_name: mariadb
restart: always restart: always
ports: ports:

View File

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