You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and executing docker-compose up --build I get the following error after the docker container is build and starts to run: alpine-ftp-server-1 | [FATAL tini (7)] exec /bin/start_vsftpd.sh failed: No such file or directory. The container dies right after.
Running docker run -d -p "21:21" -p 21000-21010:21000-21010 -e USERS="one|1234" -e ADDRESS=localhost delfer/alpine-ftp-server leads to the same result.
The text was updated successfully, but these errors were encountered:
After pulling the latest code and creating a docker-compose.yml:
and executing
docker-compose up --build
I get the following error after the docker container is build and starts to run:alpine-ftp-server-1 | [FATAL tini (7)] exec /bin/start_vsftpd.sh failed: No such file or directory
. The container dies right after.Running
docker run -d -p "21:21" -p 21000-21010:21000-21010 -e USERS="one|1234" -e ADDRESS=localhost delfer/alpine-ftp-server
leads to the same result.The text was updated successfully, but these errors were encountered: