You guys should have told me that there was a bug when creating a file, its fixed now, sorry about that :)
Docker-Compose Generator
Your Docker Run Cmd :
Unchecked:
Public
Checked:
Private
show docker-compose.yml
Compose File
Public
×
These options are not recognized:
stop-timeout, ), :, $, (, i, d, g, m, o, n, t
Maybe mispelled?
Compose ID: m4vkn3b1
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for storjlabs/storagenode
version: '3' services: storagenode: restart: unless-stopped ports: - 28967:28967/tcp' - '28967:28967/udp' - '127.0.0.1:14002:14002' environment: - 'WALLET='0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX' - EMAIL='user@example.com' - ADDRESS='domain.ddns.net:28967' - STORAGE='2TB' user: '1' volumes: - type: bind source: '
' destination: /app/config container_name: storagenode image: 'storjlabs/storagenode:latest'
Raw
Try On Play-With-Docker!
WGET:
History
m24n4564
,
m692ixl5
,
m4tpqs3m
,
matw81ey
,
m2c7tepu
,
m50yx7x8
,
m4opk10s
,
rnuu5v
,
lzoa21bv
,
rrbeo8
,
rlbxbj
,
m4rlmc87
,
mc1skd7t
,
lu4fucu9
,
lvtv328b
,
lzjbhno9
,
m7l173pt
,
m7vormuk
,
ll27k4bi
,
m3zs75vt
Examples
PHP+Apache
,
MariaDB
,
Python
,
Postgres
,
Redis
,
Jenkins
Traefik
Docker Inspect To Docker Run
Did you forget your docker run command to a running container? This will inspect a running container and provide you with the "docker run" command
Run This Command On Your Host:
docker inspect --format "$(curl -s https://run.docker-compose.net)" YOUR-CONTAINER-ID/NAME
Offline Version:
Open:
https://run.docker-compose.net
and save the content as run.tpl, and transfer it to your host, then run:
docker inspect --format "$(cat /location/of/run.tpl)" YOUR-CONTAINER-ID/NAME