mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-01 07:45:36 -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
|
hostname: scratch-www-app
|
||||||
environment:
|
environment:
|
||||||
- API_HOST=http://localhost:8491
|
- API_HOST=http://localhost:8491
|
||||||
- FALLBACK=http://scratchr2-app:8080
|
- FALLBACK=http://localhost:8080
|
||||||
- USE_DOCKER_WATCHOPTIONS=true
|
- USE_DOCKER_WATCHOPTIONS=true
|
||||||
build:
|
build:
|
||||||
context: ./
|
context: ./
|
||||||
|
|
Loading…
Reference in a new issue