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: web:
build: . build: .
environment: environment:
- SSL=true - SSL=false
ports: ports:
- "80:3000" - "80:3000"