use skynetlabs/skyd:1.6.2
This commit is contained in:
parent
a41ea10f64
commit
aa0a91472b
|
@ -15,11 +15,11 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
sia:
|
sia:
|
||||||
build:
|
# uncomment "build" and comment out "image" to build from sources
|
||||||
context: https://github.com/SkynetLabs/docker-skyd.git#main
|
# build:
|
||||||
dockerfile: scratch/Dockerfile
|
# context: https://github.com/SkynetLabs/docker-skyd.git#main
|
||||||
args:
|
# dockerfile: scratch/Dockerfile
|
||||||
branch: portal-latest
|
image: skynetlabs/skyd:1.6.2
|
||||||
command: --disable-api-security --api-addr :9980 --modules gctwra
|
command: --disable-api-security --api-addr :9980 --modules gctwra
|
||||||
container_name: sia
|
container_name: sia
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Reference in New Issue