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