Fix handler and name

This commit is contained in:
Sam A. 2023-10-04 19:57:31 +02:00
parent 98fcc2d634
commit af6a130695
Signed by untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
# vim: ft=yaml.ansible # vim: ft=yaml.ansible
--- ---
- name: "restart nginx" - name: restart nginx
community.docker.docker_container: command: docker compose restart proxy
name: "nginx-proxy" args:
restart: "yes" chdir: "{{ services.nginx_proxy.volume_folder }}"
state: "started"

View File

@ -24,7 +24,7 @@ services:
security_opt: security_opt:
- apparmor:unconfined - apparmor:unconfined
socket_proxy: socket-proxy:
image: tecnativa/docker-socket-proxy:latest image: tecnativa/docker-socket-proxy:latest
volumes: volumes:
- "/var/run/docker.sock:/var/run/docker.sock:ro" - "/var/run/docker.sock:/var/run/docker.sock:ro"