Enable back ssl urls

This commit is contained in:
Mikołaj Pich 2022-11-21 21:11:15 +01:00 committed by GitHub
parent 85613937bf
commit 103ec0a4e1
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=false - SSL=true
ports: ports:
- "80:3000" - "80:3000"