Skip to content

Commit

Permalink
chore(deps): update linuxserver/speedtest-tracker docker tag to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 26f880d commit 84d3808
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services: # Defines the services that make up the application
# Service: big-bear-speedtest-tracker
big-bear-speedtest-tracker:
container_name: big-bear-speedtest-tracker # Name of the container, useful for referencing and managing the container
image: linuxserver/speedtest-tracker:1.0.3 # Docker image to use, pulling the latest version
image: linuxserver/speedtest-tracker:1.1.0 # Docker image to use, pulling the latest version
ports:
- "8080:80" # Maps port 8080 on the host to port 80 in the container; used for HTTP traffic
- "8443:443" # Maps port 8443 on the host to port 443 in the container; used for HTTPS traffic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services: # Defines the services that make up the application
# Service: speedtest-tracker
speedtest-tracker:
container_name: speedtest-tracker # Name of the container, useful for referencing and managing the container
image: "linuxserver/speedtest-tracker:1.0.3" # Docker image to use, pulling the latest version
image: "linuxserver/speedtest-tracker:1.1.0" # Docker image to use, pulling the latest version
ports:
- "8080:80" # Maps port 8080 on the host to port 80 in the container; used for HTTP traffic
- "8443:443" # Maps port 8443 on the host to port 443 in the container; used for HTTPS traffic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services: # Defines the services that make up the application
# Service: speedtest-tracker
speedtest-tracker:
container_name: speedtest-tracker # Name of the container, useful for referencing and managing the container
image: "linuxserver/speedtest-tracker:1.0.3" # Docker image to use, pulling the latest version
image: "linuxserver/speedtest-tracker:1.1.0" # Docker image to use, pulling the latest version
ports:
- "8080:80" # Maps port 8080 on the host to port 80 in the container; used for HTTP traffic
- "8443:443" # Maps port 8443 on the host to port 443 in the container; used for HTTPS traffic
Expand Down

0 comments on commit 84d3808

Please sign in to comment.