Disable ssl by default

This commit is contained in:
Mikołaj Pich 2022-10-28 01:07:04 +02:00 committed by GitHub
parent 8321043cdd
commit a0d53f814d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,6 @@ services:
web:
build: .
environment:
- SSL=true
- SSL=false
ports:
- "80:3000"