Phuks-co / throat

Open Source link aggregator and discussion platform powering Phuks
https://phuks.co
MIT License
73 stars 32 forks source link

docker-compose: fix throat service bind mounts #351

Closed robjwells closed 3 years ago

robjwells commented 3 years ago

Relative volume paths in a docker-compose config file need a leading ./ otherwise they're treated as named volumes.

Since there are no named volumes with these names, this causes docker-compose up to fail to start the service.

This error was introduced in #346 with the change from mounting . at /throat to mounting specific subdirectories only.