restart? ALWAYS!
Also bye searxng
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user