polkaned / dockerfiles

MIT License
108 stars 53 forks source link

Using docker-compose #3

Closed leloberg closed 4 years ago

leloberg commented 4 years ago

Hi

I've been using this image for a while with success. However, I've started to move everything over to docker-compose, but I can't get the expressvpn-container to keep running. It starts, does the connection and drops out. I haven't figured out how to either add the /bin/bash to the docker-compose, or if I have to do something else. Do you have any suggestions on how to get this to work with docker-compose?

leloberg commented 4 years ago

Typically I figured it out right after posting this. Adding the following to the docker-compose.yml-file:

command: /bin/bash

Closing the issue.