So im trying to get wastebin running using docker compose. the main part im having trouble with is trying to make the data base writable. i tried running these commands to make the data base file writable, but all have failed
chmod 755 data/
sudo chown 10001 ./data/
sudo chmod 644 ./data/
trying to run docker compose up -d to get it up, but it wouldnt start and the logs would report that the database was read only.
can I know the proper command in order to get this up and running?
So im trying to get wastebin running using docker compose. the main part im having trouble with is trying to make the data base writable. i tried running these commands to make the data base file writable, but all have failed
trying to run
docker compose up -dto get it up, but it wouldnt start and the logs would report that the database was read only.can I know the proper command in order to get this up and running?