perbaikan versi dan build database di docker compose
This commit is contained in:
+4
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user