mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
reverted docker-compose fallback
This commit is contained in:
parent
097fb66955
commit
d5e1401968
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ services:
|
|||
hostname: scratch-www-app
|
||||
environment:
|
||||
- API_HOST=http://localhost:8491
|
||||
- FALLBACK=http://scratchr2-app:8080
|
||||
- FALLBACK=http://localhost:8080
|
||||
- USE_DOCKER_WATCHOPTIONS=true
|
||||
build:
|
||||
context: ./
|
||||
|
|
Loading…
Reference in a new issue