Add SUBDOMAIN_OFFSET to docker compose config

This commit is contained in:
Mikołaj Pich 2024-02-09 11:06:01 +01:00 committed by GitHub
parent 53b126cb8f
commit 75c443bcab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,8 @@ version: "3.5"
services:
fakelog:
build: .
environment:
- SUBDOMAIN_OFFSET=3
ports:
- "3000:3000"
networks: