Fix installation instructions and config (#45)
* Update installation instructions I tried to install a local copy of this project and experienced some problems with the installation instructions. I updated the instructions with the commands I needed to run to make it work. * Fix poussetaches docker config Port 7991 needs to be opened for the poussetaches container to work correctly.
This commit is contained in:
parent
669fec0c2b
commit
2c6a7e1418
2 changed files with 5 additions and 3 deletions
|
@ -12,3 +12,5 @@ services:
|
|||
- "${DATA_DIR}/poussetaches:/app/poussetaches_data"
|
||||
environment:
|
||||
- POUSSETACHES_AUTH_KEY=${POUSSETACHES_AUTH_KEY}
|
||||
ports:
|
||||
- "7991:7991"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue