Fix poussetaches docker config
Port 7991 needs to be opened for the poussetaches container to work correctly.
This commit is contained in:
parent
8cefc1a356
commit
7c0a372791
1 changed files with 2 additions and 0 deletions
|
@ -12,3 +12,5 @@ services:
|
||||||
- "${DATA_DIR}/poussetaches:/app/poussetaches_data"
|
- "${DATA_DIR}/poussetaches:/app/poussetaches_data"
|
||||||
environment:
|
environment:
|
||||||
- POUSSETACHES_AUTH_KEY=${POUSSETACHES_AUTH_KEY}
|
- POUSSETACHES_AUTH_KEY=${POUSSETACHES_AUTH_KEY}
|
||||||
|
ports:
|
||||||
|
- "7991:7991"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue