Skip to content

Using Docker Socket Proxy with Homepage #2252

Closed Locked Answered by tr4cks
tr4cks asked this question in Support
Discussion options

You must be logged in to vote

Ok so I come back to you for anyone who would make the same mistake as me. I started trying to debug the application when I realized that I had forgotten to define the docker server in the services configuration.

- Group A:
    - Service A:
        href: http://localhost/
        description: This is my service
        server: my-docker # <<< HERE
        container: my-container

This server name must match the configuration in the docker.yaml file:

my-docker: # <<< HERE
  host: dockerproxy
  port: 2375

This is not explicitly described in this documentation: https://gethomepage.dev/v0.7.4/configs/docker/#using-docker-socket-proxy.
It might be a good idea to add a sentence to specify that t…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tr4cks
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant