perbaikan versi dan build database di docker compose

This commit is contained in:
2026-06-10 20:46:21 +07:00
parent 2578be3ea1
commit 16830fd595
+4 -1
View File
@@ -33,6 +33,9 @@ services:
restart: unless-stopped
migrate:
build:
context: .
dockerfile: Dockerfile.db
image: webgis-db
environment:
MYSQL_PWD: root_password
@@ -55,7 +58,7 @@ services:
restart: "no"
phpmyadmin:
image: phpmyadmin:5.2
image: phpmyadmin:latest
expose:
- "80"
environment: