Skip to content

Instantly share code, notes, and snippets.

@Todorovikj
Created August 9, 2020 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Todorovikj/6d75ff7ae8ecd90bf4d7cd91b7cf7267 to your computer and use it in GitHub Desktop.
Save Todorovikj/6d75ff7ae8ecd90bf4d7cd91b7cf7267 to your computer and use it in GitHub Desktop.
Restart docker-compose f1
- name: Restart docker-compose containers
hosts: azure-server
become: true
tasks:
- name: Stop docker compose
command: chdir=/home/AnIS docker-compose stop
- name: Start docker compose
command: chdir=/home/AnIS docker-compose up -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment