feat: Updates image paths

This commit is contained in:
2025-03-20 16:17:25 -04:00
parent 3ad45ce96a
commit 68545a2adb

View File

@@ -1,6 +1,6 @@
services: services:
shlink_server: shlink_server:
image: docker.io/library/shlinkio/shlink:stable image: docker.io/shlinkio/shlink:stable
container_name: shlink_server container_name: shlink_server
restart: unless-stopped restart: unless-stopped
env_file: env_file:
@@ -14,7 +14,7 @@ services:
- no-new-privileges:true - no-new-privileges:true
shlink_postgres: shlink_postgres:
image: docker.io/library/postgres:17-alpine image: docker.io/postgres:17-alpine
container_name: shlink_postgres container_name: shlink_postgres
user: ${DB_USER_UID}:${DB_USER_GID} user: ${DB_USER_UID}:${DB_USER_GID}
environment: environment: