Disable ssl by default
This commit is contained in:
parent
8321043cdd
commit
a0d53f814d
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
environment:
|
environment:
|
||||||
- SSL=true
|
- SSL=false
|
||||||
ports:
|
ports:
|
||||||
- "80:3000"
|
- "80:3000"
|
||||||
|
|
Loading…
Reference in a new issue