Investigate trimming custom entrypoint using upstream env vars #15

Open
opened 2020-10-24 02:03:07 +00:00 by 3wordchant · 0 comments
Owner

From upstream compose:

MW_SERVER: 'http://localhost:${MW_DOCKER_PORT:-8080}'
MW_SCRIPT_PATH: '/w'
MW_DBPATH: '/var/www/html/w/cache/sqlite'
MW_DBTYPE: 'sqlite'
MW_LANG: 'en'
MW_USER: 'admin'
MW_PASS: 'dockerpass'
MW_SITENAME: 'MediaWiki'
MW_LOG_DIR: /var/www/html/w/cache
XDEBUG_CONFIG: ${XDEBUG_CONFIG}```
From [upstream compose](https://github.com/wikimedia/mediawiki/blob/master/docker-compose.yml): ``` MW_SERVER: 'http://localhost:${MW_DOCKER_PORT:-8080}' MW_SCRIPT_PATH: '/w' MW_DBPATH: '/var/www/html/w/cache/sqlite' MW_DBTYPE: 'sqlite' MW_LANG: 'en' MW_USER: 'admin' MW_PASS: 'dockerpass' MW_SITENAME: 'MediaWiki' MW_LOG_DIR: /var/www/html/w/cache XDEBUG_CONFIG: ${XDEBUG_CONFIG}```
This repo is archived. You cannot comment on issues.
No Label
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/mediawiki#15
No description provided.