feat: Try adding user to shlink to fix permission issues.

This commit is contained in:
2025-03-20 16:23:33 -04:00
parent 68545a2adb
commit 4376b403f6

View File

@@ -3,6 +3,7 @@ services:
image: docker.io/shlinkio/shlink:stable image: docker.io/shlinkio/shlink:stable
container_name: shlink_server container_name: shlink_server
restart: unless-stopped restart: unless-stopped
user: ${DB_USER_UID}:${DB_USER_GID}
env_file: env_file:
- .env - .env
networks: networks: