We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
restart: always
1 parent 357b4d4 commit fa938f9Copy full SHA for fa938f9
docker-compose/local/docker-compose.yml
@@ -3,6 +3,7 @@ services:
3
network-service:
4
image: alpine
5
container_name: lobe-network
6
+ restart: always
7
ports:
8
- '${MINIO_PORT}:${MINIO_PORT}' # MinIO API
9
- '9001:9001' # MinIO Console
0 commit comments