mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-01-18 06:40:26 +00:00
Updated Postgres and MariaDB major version.
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3'
|
||||
|
||||
services:
|
||||
mariadb:
|
||||
image: mariadb:10.5
|
||||
image: mariadb:10
|
||||
container_name: mariadb
|
||||
restart: always
|
||||
ports:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user