From 3ad45ce96a4a79de311317145683aa68ce81604f Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 20 Mar 2025 15:10:45 -0400 Subject: [PATCH] feat: Updates image paths --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 6944478..d2723c0 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: shlink_server: - image: shlinkio/shlink:stable + image: docker.io/library/shlinkio/shlink:stable container_name: shlink_server restart: unless-stopped env_file: @@ -14,7 +14,7 @@ services: - no-new-privileges:true shlink_postgres: - image: postgres/postgres:17-alpine + image: docker.io/library/postgres:17-alpine container_name: shlink_postgres user: ${DB_USER_UID}:${DB_USER_GID} environment: