Add DIASPORA_DOCKER_PORT env var to change the port exposed by Docker
Set default port to 3000 as this is the default in the diaspora.yml.example fixes #7927 closes #7928
This commit is contained in:
parent
b24b31256e
commit
a6655c187d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ services:
|
|||
- dia_data_tmp:/diaspora/tmp
|
||||
- dia_data_bundle:/diaspora/vendor/bundle
|
||||
ports:
|
||||
- 8080:3000
|
||||
- ${DIASPORA_DOCKER_PORT:-3000}:3000
|
||||
depends_on:
|
||||
- "${DIASPORA_DOCKER_DB}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue