Skip to content

Commit af5d604

Browse files
committedNov 16, 2024
add minio
1 parent b1c35bb commit af5d604

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎docker/kasm/docker-compose.yml

+13
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,16 @@ services:
1212
- 3000:3000
1313
- 443:443
1414
restart: unless-stopped
15+
16+
minio:
17+
command: server /data --console-address ":9001"
18+
image: minio/minio@sha256:ac591851803a79aee64bc37f66d77c56b0a4b6e12d9e5356380f4105510f2332
19+
environment:
20+
- MINIO_ROOT_PASSWORD=$MINIO_ROOT_PASSWORD
21+
- MINIO_ROOT_USER=mafyuh
22+
volumes:
23+
- /docker/appdata/minio/data:/data
24+
container_name: minio
25+
ports:
26+
- 9001:9001
27+
- 9000:9000

0 commit comments

Comments
 (0)
Please sign in to comment.