mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Changed docker startup process
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
---
|
||||
- name: "restart mailu"
|
||||
systemd:
|
||||
name: mailu
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
become: yes
|
||||
- name: rescreate mailu
|
||||
command:
|
||||
cmd: docker-compose -p mailu up -d --force-recreate
|
||||
chdir: /usr/local/bin/mailu/
|
||||
|
Reference in New Issue
Block a user