Skip to content

[HELP] need help making the database writeable by user 10001 #56

@back-lacking

Description

@back-lacking

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions