mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-19 02:59:50 +00:00
first public source commit
This commit is contained in:
parent
1a4fbb9d42
commit
3914fee775
65 changed files with 4697 additions and 312 deletions
10
src/skeleton/docker.yaml
Normal file
10
src/skeleton/docker.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Docker host configuration, used for docker integrations
|
||||
# Can be either a host and port (e.g. 127.0.0.1:2375),
|
||||
# or a unix socket path (e.g. /var/run/docker.sock)
|
||||
|
||||
my-docker:
|
||||
host: 127.0.0.1
|
||||
port: 2375
|
||||
|
||||
other-docker:
|
||||
socket: /var/run/docker.sock
|
Loading…
Add table
Add a link
Reference in a new issue