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:
Niklas Poslovski
2019-04-17 20:44:26 +02:00
committed by Thomas Sileo
parent 669fec0c2b
commit 2c6a7e1418
2 changed files with 5 additions and 3 deletions

View File

@@ -12,3 +12,5 @@ services:
- "${DATA_DIR}/poussetaches:/app/poussetaches_data"
environment:
- POUSSETACHES_AUTH_KEY=${POUSSETACHES_AUTH_KEY}
ports:
- "7991:7991"