Update dolideb/config.json
This commit is contained in:
		@@ -7,20 +7,16 @@
 | 
			
		||||
    "startup": "services",
 | 
			
		||||
    "boot": "auto",
 | 
			
		||||
    "ports": {
 | 
			
		||||
      "80/tcp": 9100
 | 
			
		||||
      "80/tcp": null
 | 
			
		||||
    },
 | 
			
		||||
    "map": ["config", "ssl", "addons", "backup", "share"],
 | 
			
		||||
    "options": {
 | 
			
		||||
      "port": 9100,
 | 
			
		||||
      "debug": false,
 | 
			
		||||
      "admin_user": "admin",
 | 
			
		||||
      "admin_password": "password"
 | 
			
		||||
      "external_port": 9100,
 | 
			
		||||
      "debug": false
 | 
			
		||||
    },
 | 
			
		||||
    "schema": {
 | 
			
		||||
      "port": "int(80, 10000)",
 | 
			
		||||
      "debug": "bool",
 | 
			
		||||
      "admin_user": "str",
 | 
			
		||||
      "admin_password": "str"
 | 
			
		||||
      "external_port": "port",
 | 
			
		||||
      "debug": "bool"
 | 
			
		||||
    },
 | 
			
		||||
    "image": "ghcr.io/homeassistant/{arch}-base"
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user