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
After first run docker-compose up it's OK, but the second run always complains about user already existing, and container dies.
This should check if the user ftp_user already exists if container is not destroyed.
ftp_1: adduser: user 'ftp_user' in use
.....
project_ftp_1 exited with code 0
The text was updated successfully, but these errors were encountered:
I have the same problem, I received the similar error: process has died, quitting.
The only way now is to docker-compose down to delete the container and up it again.
I'm using it in
docker-compose.yml
as follows:After first run
docker-compose up
it's OK, but the second run always complains about user already existing, and container dies.This should check if the user
ftp_user
already exists if container is not destroyed.The text was updated successfully, but these errors were encountered: