Closed nathonius closed 2 years ago
A workaround that worked for me is setting root as the user for your service in docker-compose.yaml
, so that the entire file is:
version: '3'
services:
foundryvtt:
image: direckthit/fvtt-docker:latest
container_name: fvtt
user: root
ports:
- 30000:30000
volumes:
- /home/ubuntu/resources:/data/foundryvtt
- /home/ubuntu/foundryvtt:/host
restart: unless-stopped
I see permission denied errors attempting to run. My user is in the docker group, permissions shouldn't be an issue, but I'm not sure where to go from here. On Ubuntu 20.04, latest docker, docker-compose, etc.
Output:
docker-compose.yaml