Initial commit (code only without large binaries)
This commit is contained in:
5
EdgeAdmin/docker/run.sh
Normal file
5
EdgeAdmin/docker/run.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/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}
|
||||
Reference in New Issue
Block a user