Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tini can't find start_vsftpd.sh #72

Open
Tywele opened this issue Jul 5, 2024 · 0 comments
Open

tini can't find start_vsftpd.sh #72

Tywele opened this issue Jul 5, 2024 · 0 comments

Comments

@Tywele
Copy link

Tywele commented Jul 5, 2024

After pulling the latest code and creating a docker-compose.yml:

services:
  alpine-ftp-server:
    build: .
    image: delfer/alpine-ftp-server
    ports:
      - "21:21"
      - 21000-21010:21000-21010
    environment:
      - USERS="one|1234"
      - ADDRESS=localhost

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant