We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When configuring openmrs.service on /etc/systemd/system consider /usr/local/bin/docker-compose for Ubuntu 19.10
The text was updated successfully, but these errors were encountered:
Hi Hélio,
This is due to the fact that on the newest releases of docker, compose has become a module of docker thus being called docker compose
Try:
**[Unit] Description=Refapp Docker Containers After=network.target docker.service
[Service]
ExecStart=/usr/bin/docker compose -f /docker-compose.yml up -d ExecStop=/usr/bin/docker compose -f /docker-compose.yml down Restart=always WorkingDirectory= TimeoutStartSec=0
[Install] WantedBy=multi-user.target**
Sorry, something went wrong.
No branches or pull requests
When configuring openmrs.service on /etc/systemd/system consider /usr/local/bin/docker-compose for Ubuntu 19.10
The text was updated successfully, but these errors were encountered: