Add Admin UI to Docker Compose files (#8364)

This commit is contained in:
github-pawo
2026-02-18 10:05:54 +01:00
committed by GitHub
parent 5919f519fd
commit 828cbabb55

View File

@@ -42,3 +42,12 @@ services:
- master
- volume
- filer
admin:
image: chrislusf/seaweedfs:dev # use a remote dev image
ports:
- 23646:23646
command: 'admin -master=master:9333'
depends_on:
- master
- volume
- filer