mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew.git
synced 2025-05-13 11:37:33 -05:00
Add npps4 environment variable to example docker compose file
This commit is contained in:
parent
577cc0ddd3
commit
bc3af0ee48
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ services:
|
||||||
PORT: 8081
|
PORT: 8081
|
||||||
DIRECTORY: /data/
|
DIRECTORY: /data/
|
||||||
HTTPS: false
|
HTTPS: false
|
||||||
|
NPPS4_ADDRESS: "http://127.0.0.1:51376"
|
||||||
ports:
|
ports:
|
||||||
- 8081:8081
|
- 8081:8081
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Add table
Reference in a new issue