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

Docker compose init #91

Open
MozkaGit opened this issue Nov 5, 2023 · 1 comment
Open

Docker compose init #91

MozkaGit opened this issue Nov 5, 2023 · 1 comment

Comments

@MozkaGit
Copy link

MozkaGit commented Nov 5, 2023

Hello, when I use docker-compose I can't get past the init phase. When I run it I can't enter the login or any others cli commands because I don't have any prompt.

Inside the container shell I can't run ./entrypoint.sh login either, because I get this error: Failed to create lock file; another instance is running.

image

This is my compose config :

version : "3.8"
services:
  proton:
    image: shenxn/protonmail-bridge
    container_name: protonmail-bridge
    volumes:
      - ./protonmail:/root
    ports:
      - 1025:25/tcp
      - 1143:143/tcp
    stdin_open: true
    tty: true
    command: init
    restart: unless-stopped

I dont have this issue when I simply use docker run cli command.

Please any help would be appreciated.

@therealstein
Copy link

No issue here. Definitely a docker usage problem. Learn to stop and remove containers correctly

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

2 participants