Expose MariaDB port 3307

This commit is contained in:
2026-04-24 18:46:45 -03:00
parent ff8e01173b
commit e35f67ba6f
+2
View File
@@ -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