𝖄𝖚𝖌𝖊𝖓
SIASapphire - Imagine a framework
•Created by tropic on 1/19/2023 in #sapphire-support
Hi I am getting a permissions error when trying to run docker-compose up
27 replies
SIASapphire - Imagine a framework
•Created by tropic on 1/19/2023 in #sapphire-support
Hi I am getting a permissions error when trying to run docker-compose up
Since you're adding a user, you also need to run docker-compose as the same user.
Add
user: {UID}
where {UID}
is the node user's UID
Next up, because of the same reason you have to mount with :rw
- "./:/opt/app:rw"
27 replies