Libation on Docker. Need help with docker compose file.
I've been trying to figure out how to install Libation in a docker container, but haven't had any luck getting it working. The container is running, but I can't seem to access the interface.
The docker compose I'm using is ...
services:
libation:image: rmcrackan/libation:latestcontainer_name: libationrestart: unless-stoppedenvironment:- SLEEP_TIME=1440m- TZ=<time zone>volumes:- <local path>/config:/config- <local path>/audiobooks:/dataports:- 8383:3000
... not sure what it is that I'm doing wrong though. Can anyone help?