Skip to content

Commit caebc46

Browse files
committed
test(compose.yml): disable manual setup for more faithful tests
1 parent b25131d commit caebc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/openemr/compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ services:
2929
mysql:
3030
condition: service_healthy
3131
environment:
32-
MANUAL_SETUP: 'yes'
32+
MANUAL_SETUP: 'no'
3333
MYSQL_HOST: mysql
3434
MYSQL_PASS: openemr
3535
MYSQL_ROOT_PASS: root

0 commit comments

Comments
 (0)