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:
committed by
Thomas Sileo
parent
669fec0c2b
commit
2c6a7e1418
@@ -12,3 +12,5 @@ services:
|
||||
- "${DATA_DIR}/poussetaches:/app/poussetaches_data"
|
||||
environment:
|
||||
- POUSSETACHES_AUTH_KEY=${POUSSETACHES_AUTH_KEY}
|
||||
ports:
|
||||
- "7991:7991"
|
||||
|
Reference in New Issue
Block a user