🔨 chore: add missing restart: always on network-service (#6581)

This commit is contained in:
triwinds 2025-02-27 23:13:44 +08:00 committed by GitHub
parent 357b4d4320
commit fa938f9b12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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