mirror of
https://github.com/Kugelschieber/docker.git
synced 2026-01-18 06:40:26 +00:00
MariaDB config.
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
container_name: mariadb
|
container_name: mariadb
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 3307:3306
|
- 3306:3306
|
||||||
environment:
|
environment:
|
||||||
- MARIADB_ROOT_PASSWORD=root
|
- MARIADB_ROOT_PASSWORD=root
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user