Expose MariaDB port 3307
This commit is contained in:
@@ -8,6 +8,8 @@ services:
|
|||||||
MYSQL_DATABASE: hospital
|
MYSQL_DATABASE: hospital
|
||||||
MYSQL_USER: hospital
|
MYSQL_USER: hospital
|
||||||
MYSQL_PASSWORD: hospital123
|
MYSQL_PASSWORD: hospital123
|
||||||
|
ports:
|
||||||
|
- "3307:3306"
|
||||||
volumes:
|
volumes:
|
||||||
- mariadb-data:/var/lib/mysql
|
- mariadb-data:/var/lib/mysql
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user