Releases: BlocBlocTheDev/s3s-docker
Releases · BlocBlocTheDev/s3s-docker
0.6.6.1
Release 0.6.6.1 (0.6.5 from s3s) and 1 from here ! )
Docker-Compose :
version: '3'
services:
s3s-docker:
container_name: S3S
image: blocblocthedev/s3s-docker:0.6.6.1
environment:
- api_key=[YOUR API KEY]
- acc_loc=[YOUR REGION]
- gtoken=[YOUR GTOKEN]
- bullettoken=[YOUR BULLET TOKEN]
- session_token=[YOUR SESSION TOKEN]
restart: unless-stopped
Docker CLI :
docker run -d \
--name S3S \
--env api_key=[YOUR API KEY] \
--env acc_loc=[YOUR REGION] \
--env gtoken=[YOUR GTOKEN] \
--env bullettoken=[YOUR BULLET TOKEN] \
--env session_token=[YOUR SESSION TOKEN] \
--restart unless-stopped \
blocblocthedev/s3s-docker:0.6.6.1
0.6.5.1
Release 0.6.5.1 (0.6.5 from s3s) and 1 from here ! )
Docker-Compose :
version: '3'
services:
s3s-docker:
container_name: S3S
image: blocblocthedev/s3s-docker:0.6.5.1
environment:
- api_key=[YOUR API KEY]
- acc_loc=[YOUR REGION]
- gtoken=[YOUR GTOKEN]
- bullettoken=[YOUR BULLET TOKEN]
- session_token=[YOUR SESSION TOKEN]
restart: unless-stopped
Docker CLI :
docker run -d \
--name S3S \
--env api_key=[YOUR API KEY] \
--env acc_loc=[YOUR REGION] \
--env gtoken=[YOUR GTOKEN] \
--env bullettoken=[YOUR BULLET TOKEN] \
--env session_token=[YOUR SESSION TOKEN] \
--restart unless-stopped \
blocblocthedev/s3s-docker:0.6.5.1