Skip to content

Commit 482e076

Browse files
authored
Update docker-compose.yml
1 parent 03b2225 commit 482e076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
db:
55
container_name: ${PROJECT_NAME:-openimis}-db
66
build:
7-
context: https://github.com/openimis/openimis-db_dkr.git#${RESTAPI_BRANCH:-develop}
7+
context: https://github.com/openimis/openimis-db_dkr.git#${DB_BRANCH:-develop}
88
args:
99
- ACCEPT_EULA=${ACCEPT_EULA}
1010
- SA_PASSWORD=${DB_PASSWORD}

0 commit comments

Comments
 (0)