Skip to content

Commit

Permalink
Use new linkchecker docker image location
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Jul 6, 2022
1 parent 4249829 commit ce70717
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 @@ -25,7 +25,7 @@ services:
ipv4_address: 172.16.238.10

linkchecker:
image: linkchecker/linkchecker
image: ghcr.io/linkchecker/linkchecker:latest
# Only show errors (no verbose). Check all URL's. Ignore camera URL's and theme URL
# Use static IP defined in jekyll container.
command: --check-extern --ignore-url ".*10\.5\.5\.9.*" --timeout 5 -o text http://172.16.238.10:4998
Expand Down

0 comments on commit ce70717

Please sign in to comment.