mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-02 20:00:26 +08:00
6 lines
137 B
Bash
6 lines
137 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
VERSION=latest
|
||
|
|
|
||
|
|
docker run -d -p 7788:7788 -p 8001:8001 -p 3306:3306 --name edge-admin goedge/edge-admin:${VERSION}
|