Skip to content

Commit fa938f9

Browse files
authored
🔨 chore: add missing restart: always on network-service (#6581)
1 parent 357b4d4 commit fa938f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/local/docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ services:
33
network-service:
44
image: alpine
55
container_name: lobe-network
6+
restart: always
67
ports:
78
- '${MINIO_PORT}:${MINIO_PORT}' # MinIO API
89
- '9001:9001' # MinIO Console

0 commit comments

Comments
 (0)