Skip to content

Commit

Permalink
feat(docker): add Docker socket volume to Traefik service
Browse files Browse the repository at this point in the history
Fix not working docker-compose example
  • Loading branch information
obeone committed May 30, 2024
1 parent 7b023a2 commit 559bc23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
- "--entrypoints.web.address=:80"
ports:
- "8000:80"
volumes:
- /var/run/docker.sock:/var/run/docker.sock

auto_docker_proxy:
image: obeoneorg/traefik_network_connector
Expand Down

0 comments on commit 559bc23

Please sign in to comment.