mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-22 09:26:05 +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:
|
||||
name: uptime-kuma
|
||||
services:
|
||||
- name: server
|
||||
image:
|
||||
registry_type: DOCKER_HUB
|
||||
registry: docker.io
|
||||
repository: louislam/uptime-kuma
|
||||
http_port: 3001
|
||||
name: uptime-kuma
|
||||
services:
|
||||
- name: server
|
||||
image:
|
||||
registry_type: DOCKER_HUB
|
||||
registry: docker.io
|
||||
repository: louislam/uptime-kuma
|
||||
http_port: 3001
|
||||
|
||||
|
|
|
@ -10,3 +10,6 @@ insert_final_newline = true
|
|||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
[*.yaml]
|
||||
indent_size = 2
|
||||
|
|
Loading…
Reference in a new issue