Fix wrong path being used in docker-compose.yml

Forgot to change it after moving the directory from /usr/src/app to /app in Dockerfile
This commit is contained in:
Manuel 2021-02-14 17:46:12 +01:00
parent 3606db4d90
commit fe6697a6f1
Signed by: SunRed
GPG Key ID: 4085037435E1F07A
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ services:
network_mode: "bridge"
volumes:
# Default place to put files, can be removed with other storage system
- haste-data:/usr/src/app/data:rw
- haste-data:/app/data:rw
# Create config.js from the example config and make changes
- ./config.js:/usr/src/app/config.js:ro
- ./config.js:/app/config.js:ro
# PostgreSQL unix socket connection for use with pg storage and postgres database on host
#- /var/run/postgresql:/var/run/postgresql:rw