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