Skip to content

Commit e1bf4c6

Browse files
committed
correct docker-compose.yml
1 parent 5fe75d2 commit e1bf4c6

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
@@ -22,7 +22,7 @@ services:
2222
environment:
2323
- EXIST_ENV=production
2424
- EXIST_CONTEXT_PATH=/
25-
# EXIST_PASSWORD=${EXIST_DEV_PASSWORD:-admin123}
25+
- EXIST_DEFAULT_APP_PATH=xmldb:exist:///db/apps/api
2626
volumes:
2727
# Mount the package for easy updates
2828
- ./dist/api-0.3.0.xar:/opt/exist/autodeploy/api.xar:ro

0 commit comments

Comments
 (0)