homeassistant https
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
version: '3'
|
||||
|
||||
configs:
|
||||
run-sh:
|
||||
content: |
|
||||
@@ -21,7 +19,6 @@ services:
|
||||
- 80:80
|
||||
networks:
|
||||
- public
|
||||
- private
|
||||
restart: unless-stopped
|
||||
command: /bin/sh -c '/run.sh'
|
||||
configs:
|
||||
@@ -39,7 +36,6 @@ networks:
|
||||
public:
|
||||
name: reverseproxy_public
|
||||
external: true
|
||||
private:
|
||||
name: reverseproxy_private
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user