Skip to content

Commit

Permalink
Remove geoblock related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Aug 27, 2023
1 parent 6f735b7 commit 739af04
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docker-compose-traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ services:
- --certificatesresolvers.le.acme.httpChallenge=true
- --entrypoints.web.http.redirections.entrypoint.to=websecure
- --entrypoints.web.http.redirections.entrypoint.scheme=https
- --experimental.plugins.geoblock.modulename=github.com/PascalMinder/geoblock
- --experimental.plugins.geoblock.version=v0.2.6
restart: unless-stopped
ports:
- 80:80
Expand All @@ -38,16 +36,16 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- traefik-le:/letsencrypt
- traefik-config:/etc/traefik
- traefik-local-plugins:/plugins-local/
# - traefik-config:/etc/traefik
# - traefik-local-plugins:/plugins-local/
networks:
- mynetwork


volumes:
traefik-le:
traefik-config:
traefik-local-plugins:
# traefik-config:
# traefik-local-plugins:

networks:
mynetwork:
Expand Down

0 comments on commit 739af04

Please sign in to comment.