March 25, 20188 yr Hi. I'm getting this error trying to run the airdcpp docker: .No valid configuration found. Run the application with --configure parameter to set up initial configuration. How can i reset this docker configuration? Thanks.
March 25, 20188 yr Sounds like it needs a --configure in extra parameters. Since you made the template or converted it yourself, you're going to have to check the dockerhub page on what to do.
March 25, 20188 yr Author OK. But... One question. Why airdcpp directory is empty after download and pull the docker? Thanks... (I'm a noob with docker system and i'm trying to install a docker that doesn't exists in CA. PS: I am installing manually
April 13, 20188 yr I have a same problem, when i add --configure I have this error: Enter HTTP port (empty: 5600, 0 = disabled): [1mHTTP port set to: [0m5600Enter HTTPS port (empty: 5601, 0 = disabled): [1mHTTPS port set to: [0m5601[1mNo existing users were found, adding new one.[0m[1mThe user will be created with administrative permissions. Users with restricted permissions can be added from the Web UI.[0mEnter username:The username should contain only alphanumeric characters[1mNo valid configuration was entered. Please re-run the command.[0m This is my config docker docker create --name='airdc' --net='bridge' -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e 'UID'='99' -e 'GID'='100' -p '5600:5600/tcp' -p '5601:5601/tcp' -p '21248:21248/tcp' -p '21248:21248/udp' -p '21249:21249/tcp' -v '/mnt/user/Videos':'/Share':'rw' -v '/mnt/user/Videos/Telechargement/':'/Downloads':'rw' -v '/mnt/user/appdata/.airdcpp/':'/.airdcpp':'rw' 'gangefors/airdcpp-webclient:latest' --configure
May 2, 20188 yr Found! docker stop airdcpp docker run --rm -it --volumes-from airdcpp gangefors/airdcpp-webclient --add-user docker start airdcpp
Archived
This topic is now archived and is closed to further replies.