diff --git a/docker-compose.yml b/docker-compose.yml index 5b00624..f61bec8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ services: duskmeter: - # Use the published image from GitHub Container Registry (default). - # Remove the `image` line and uncomment `build: .` to build locally instead. - image: ghcr.io/thelinuxguy-ssh/duskmeter:latest - # build: . + # Build locally from source. + # To use the published image instead, comment `build:` and uncomment `image:`. + build: . + # image: ghcr.io/thelinuxguy-ssh/duskmeter:latest ports: - "3000:3000" environment: diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index a48cd5e..b65e1db 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -49,9 +49,10 @@