mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
🔨 chore: add missing restart: always on network-service (#6581)
This commit is contained in:
parent
357b4d4320
commit
fa938f9b12
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ services:
|
|||
network-service:
|
||||
image: alpine
|
||||
container_name: lobe-network
|
||||
restart: always
|
||||
ports:
|
||||
- '${MINIO_PORT}:${MINIO_PORT}' # MinIO API
|
||||
- '9001:9001' # MinIO Console
|
||||
|
|
|
|||
Loading…
Reference in a new issue