Skip to content

Commit

Permalink
remove unused labels
Browse files Browse the repository at this point in the history
  • Loading branch information
skadefro committed Nov 19, 2022
1 parent a8cdfed commit 7fa2a46
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker-compose-traefik-offline-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ services:
registry:
container_name: "registry"
restart: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.registry.rule=Host(`registry.localhost.openiap.io`)"
- "traefik.http.routers.registry.entrypoints=web"
- "traefik.http.services.registry.loadbalancer.server.port=5000"
ports:
- 5000:5000
image: registry:2
Expand Down

0 comments on commit 7fa2a46

Please sign in to comment.