TestarossaDrive

Members
  • Posts

    1
  • Joined

  • Last visited

TestarossaDrive's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hello, Sorry, maybe the answer has already been said but I have an issue with a specific docker container from docker hub and I lack knowledge about that. i'm trying to install the docker container mediawiki from docker hub : https://hub.docker.com/_/mediawiki - No volume mapping : the container works flawlessly, pretty logic. But I want to save the data from the container path located in the folder /var/www/html/ - When I try to set a path mapping in a new container, aka : /mnt/user/appdata/mediawiki (host) > /var/www/html/ (container) appdata/mediawiki folder is empty and the container displays an error message "Forbidden You don't have permission to access this resource." CLI obtained when the container is created : root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='mediawiki' --net='redwaxnetwork' -e TZ="Europe/Paris" -e HOST_OS="Unraid" -e 'PUID'='99' -e 'PGID'='100' -p '9090:80/tcp' -v '/mnt/user/appdata/mediawiki':'/var/www/html':'rw' 'mediawiki' 8c49790229ca2bb22a0ae1606582dc7254a1c26b017852838057a25871c5371f