mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-22 11:35:56 +00:00
typo fix
This commit is contained in:
parent
90ebf4f66c
commit
133def93fe
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
||||||
src: "nginx.conf"
|
src: "nginx.conf"
|
||||||
dest: /compose/volumes/nginx/nginx.conf
|
dest: /compose/volumes/nginx/nginx.conf
|
||||||
|
|
||||||
- name: Ensure uptime-kuma is up
|
- name: Ensure nginx is up
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
state: present
|
state: present
|
||||||
project_src: /compose/kuma
|
project_src: /compose/nginx
|
||||||
pull: no
|
pull: no
|
||||||
|
|
Loading…
Add table
Reference in a new issue