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:
=, f, o, s, b, i, n, g, :, /, a, r, t, m
Maybe mispelled?
Compose ID: mbb3d7ol
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for fossbilling/fossbilling
version: '3' services: fossbilling: ports: - '80:80' volumes: null labels: null working_dir: '1' hostname: '1' restart: always image: 'fossbilling/fossbilling:latest'
Raw
Try On Play-With-Docker!
WGET:
History
lwe7zeqs
,
mf8ancsf
,
m6gniwij
,
ltvx2byl
,
lsxokew8
,
lv6cndip
,
m38ilt4l
,
m42e29x9
,
m7akopog
,
rly7u2
,
m16n6coc
,
m8p2evbv
,
m83e4prn
,
m4oesd59
,
lzl7fiub
,
me1tpg2b
,
m2lnj383
,
me8a1akh
,
lv6a85sd
,
m45tnf35
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