mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Need RUNWITHMAKEBUILD warning in docker compose, otherwise a whole bunch of envvars don't get correctly set.
This commit is contained in:
parent
ca0672220a
commit
e02862cf0b
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
image: newsblur/newsblur_${NEWSBLUR_BASE:-python3}:latest
|
||||
environment:
|
||||
- DOCKERBUILD=True
|
||||
- RUNWITHMAKEBUILD=${RUNWITHMAKEBUILD} #?use the `make` command instead of docker CLI
|
||||
- RUNWITHMAKEBUILD=${RUNWITHMAKEBUILD?Use the `make` command instead of docker CLI}
|
||||
stdin_open: true
|
||||
tty: true
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Reference in a new issue