Add npps4 environment variable to example docker compose file

This commit is contained in:
Ethan O'Brien 2024-07-10 22:54:54 -05:00
parent 577cc0ddd3
commit bc3af0ee48

View file

@ -9,6 +9,7 @@ services:
PORT: 8081
DIRECTORY: /data/
HTTPS: false
NPPS4_ADDRESS: "http://127.0.0.1:51376"
ports:
- 8081:8081
volumes: