diff --git a/homepage/website/script.js b/homepage/website/script.js index 04e6ac2..86ecfc8 100644 --- a/homepage/website/script.js +++ b/homepage/website/script.js @@ -44,6 +44,11 @@ const quotes = [ author: "MayMay", link: "https://gallery.whitney.rip/library/albums/as3wif72i18kzs9q/tobee-and-maymay" }, + { + text: "It's your internet. Take it back.", + author: "DWS", + link: "https://dws.rip" + }, ]; const failureMessageQOTD = 'Failed to fetch the quote of the day. Please try again later.'; @@ -73,4 +78,4 @@ async function renderQOTD() { } console.log("Thanks for checking out PWS!"); -document.addEventListener('DOMContentLoaded', renderQOTD); \ No newline at end of file +document.addEventListener('DOMContentLoaded', renderQOTD); diff --git a/traefik/docker-compose.yml b/traefik/docker-compose.yml index e6b3d69..9a36ea7 100644 --- a/traefik/docker-compose.yml +++ b/traefik/docker-compose.yml @@ -5,7 +5,7 @@ networks: services: traefik: - image: traefik:v2.9 + image: traefik:latest container_name: traefik restart: unless-stopped networks: