Add SUBDOMAIN_OFFSET to docker compose config
This commit is contained in:
parent
53b126cb8f
commit
75c443bcab
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ version: "3.5"
|
||||||
services:
|
services:
|
||||||
fakelog:
|
fakelog:
|
||||||
build: .
|
build: .
|
||||||
|
environment:
|
||||||
|
- SUBDOMAIN_OFFSET=3
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in a new issue