mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-30 10:59:19 +08:00 
			
		
		
		
	the docker image to DO is not working at all, try git method
This commit is contained in:
		| @@ -1,9 +0,0 @@ | ||||
| name: uptime-kuma | ||||
| services: | ||||
|   - name: server | ||||
|     image: | ||||
|       registry_type: DOCKER_HUB | ||||
|       registry: docker.io | ||||
|       repository: louislam/uptime-kuma | ||||
|     http_port: 3001 | ||||
|  | ||||
| @@ -2,9 +2,10 @@ spec: | ||||
|   name: uptime-kuma | ||||
|   services: | ||||
|     - name: server | ||||
|       image: | ||||
|         registry_type: DOCKER_HUB | ||||
|         registry: docker.io | ||||
|         repository: louislam/uptime-kuma | ||||
|       git: | ||||
|         repo_clone_url: https://github.com/louislam/uptime-kuma | ||||
|         branch: master | ||||
|       http_port: 3001 | ||||
|       build_command: npm run setup | ||||
|       run_command: npm run start-server | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user