Explicitly restart containers to prevent hard-to-debug issues

This commit is contained in:
2021-04-26 22:36:53 +02:00
parent e3d4aa61a8
commit 4907cdfd99
2 changed files with 4 additions and 1 deletions

View File

@ -23,3 +23,4 @@
NGINX_HOST: "{{ base_domain }}"
NGINX_PORT: '80'
state: started
restart: yes