Enable all services
This commit is contained in:
parent
75df1be7f7
commit
9067e9ae35
11 changed files with 2 additions and 20 deletions
|
|
@ -3,7 +3,6 @@ services:
|
|||
netdata:
|
||||
image: netdata/netdata
|
||||
container_name: netdata
|
||||
profiles: ["disabled"]
|
||||
hostname: ${HOST_NETDATA}.${DOMAIN}
|
||||
expose:
|
||||
- 19999
|
||||
|
|
@ -39,7 +38,6 @@ services:
|
|||
docker-proxy:
|
||||
image: tecnativa/docker-socket-proxy
|
||||
container_name: docker-proxy
|
||||
profiles: ["disabled"]
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue