mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
changed container name
This commit is contained in:
parent
655b4e5c60
commit
f74f2aa171
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
cp /etc/letsencrypt/live/{{domain}}/privkey.pem /etc/mailu/certs/key.pem || exit 1
|
||||
cp /etc/letsencrypt/live/{{domain}}/fullchain.pem /etc/mailu/certs/cert.pem || exit 1
|
||||
docker exec mailu_front_1 nginx -s reload
|
||||
docker exec {{mailu_front_container_name}} nginx -s reload
|
||||
|
1
roles/docker-mailu/vars/main.yml
Normal file
1
roles/docker-mailu/vars/main.yml
Normal file
@ -0,0 +1 @@
|
||||
mailu_front_container_name: "mailu-front-1"
|
Loading…
Reference in New Issue
Block a user