mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 01:46:09 +03:00
fix
This commit is contained in:
parent
a333df319b
commit
bd85625dac
2 changed files with 11 additions and 8 deletions
|
@ -1,10 +1,10 @@
|
||||||
spec:
|
spec:
|
||||||
name: uptime-kuma
|
name: uptime-kuma
|
||||||
services:
|
services:
|
||||||
- name: server
|
- name: server
|
||||||
image:
|
image:
|
||||||
registry_type: DOCKER_HUB
|
registry_type: DOCKER_HUB
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: louislam/uptime-kuma
|
repository: louislam/uptime-kuma
|
||||||
http_port: 3001
|
http_port: 3001
|
||||||
|
|
||||||
|
|
|
@ -10,3 +10,6 @@ insert_final_newline = true
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.yaml]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Reference in a new issue