restart? ALWAYS!

Also bye searxng
This commit is contained in:
Peter Smit
2025-09-26 10:34:13 +02:00
parent a8aa54e448
commit 8ae7ba2c7f
14 changed files with 27 additions and 37 deletions

View File

@@ -2,7 +2,7 @@ services:
shlink:
image: shlinkio/shlink:4.5
container_name: shlink
restart: unless-stopped
restart: always
ports:
- "8085:8080"
environment:
@@ -20,7 +20,7 @@ services:
shlink_db:
image: postgres:17
container_name: shlink_db
restart: unless-stopped
restart: always
volumes:
- ${SHLINK_POSTGRES_DIR}:/var/lib/postgresql/data
environment: