Skip to content

Commit

Permalink
Merge pull request #2 from dainst/gwdg_deployment
Browse files Browse the repository at this point in the history
Gwdg deployment
  • Loading branch information
dersmon committed Jul 19, 2024
2 parents f0db700 + e5cba78 commit 2972ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
- traefik.http.routers.phpmyadmin.entrypoints=websecure
- traefik.http.routers.phpmyadmin.tls.certresolver=myresolver
- traefik.http.middlewares.phpmyadmin-strip.stripprefix.prefixes=/phpmyadmin
- traefik.http.middlewares.phpmyadmin-ipwhitelist.ipwhitelist.sourcerange=134.95.0.0/16,172.28.0.0/20,195.37.61.194,195.37.61.201,172.18.0.0/16
- traefik.http.middlewares.phpmyadmin-ipwhitelist.ipwhitelist.sourcerange=134.95.0.0/16,172.28.0.0/20,195.37.61.194,195.37.61.201,172.18.0.0/16,77.39.225.242,77.39.225.250,213.233.42.42
- traefik.http.routers.phpmyadmin.middlewares=phpmyadmin-strip,phpmyadmin-ipwhitelist
- traefik.port=80
restart: always
Expand Down

0 comments on commit 2972ec8

Please sign in to comment.