Skip to content

Commit

Permalink
Fix Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
adyanth committed Jun 15, 2021
1 parent 7d035f1 commit 8c1f2a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
- traefik.http.services.traefik.loadbalancer.server.port=8080

manager:
build: traefik-compose-manager-service
image: adyanth/traefik-compose-manager-service
build: traefik-container-manager-service
image: adyanth/traefik-container-manager-service
volumes:
- '/var/run/docker.sock:/var/run/docker.sock'
whoami:
Expand Down
2 changes: 1 addition & 1 deletion manager.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package traefik_compose_manager
package traefik_container_manager

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion traefik-container-manager-service
Submodule traefik-container-manager-service updated from f3bc32 to 7327f6

0 comments on commit 8c1f2a7

Please sign in to comment.