feat: Updates image paths

This commit is contained in:
2025-03-20 15:10:45 -04:00
parent 3c7abc1e5c
commit 3ad45ce96a

View File

@@ -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: