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
×
Using PWD in volumes wont work in docker-compose, either use use " . " or full path on source
×
These options are not recognized:
runtime
Maybe mispelled?
Compose ID: m3iizvcy
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for transmitted
version: '3' services: transmitted: container_name: '/syncthing' volumes: - '/mnt/user/private/:/private:rw' - '/mnt/user/public/:/public:rw' - '/mnt/user/appdata/syncthing:/config:rw' logging: driver: 'json-file' options: max-file: '1' max-size: '20m' restart: 'no' ports: - '0.0.0.0:21027:21027/udp' - '0.0.0.0:22000:22000/tcp' - '0.0.0.0:22000:22000/udp' - '0.0.0.0:8384:8384/tcp' network_mode: 'bridge' hostname: '3e46ab69db9c' expose: - '21027/udp' - '22000/tcp' - '22000/udp' - '8384/tcp' environment: - 'PUID=99' - 'PGID=100' - 'UMASK=022' - 'TZ=Europe/Berlin' - 'HOST_OS=Unraid' - 'HOST_HOSTNAME=Hestia' - 'HOST_CONTAINERNAME=syncthing' - 'PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' - 'PS1=$(whoami)@$(hostname):$(pwd)\\$ ' - 'HOME=/config' - 'TERM=xterm' - 'S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0' - 'S6_VERBOSITY=1' - 'S6_STAGE2_HOOK=/docker-mods' - 'VIRTUAL_ENV=/lsiopy' - 'LSIO_FIRST_PARTY=true' labels: - build_version'='Linuxserver.io version:- v1.28.0-ls164 Build-date:- 2024-10-16T08:15:04+00:00' - 'maintainer'='thelamer' - net.unraid.docker.icon'='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/syncthing-logo.png' - net.unraid.docker.managed'='dockerman' - net.unraid.docker.webui'='http://[IP]:[PORT:8384]' - org.opencontainers.image.authors'='linuxserver.io' - org.opencontainers.image.created'='2024-10-16T08:15:04+00:00' - org.opencontainers.image.description'='[Syncthing](https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how its' image: 'transmitted:latest' command: 'over the Internet.' --label 'org.opencontainers.image.documentation'='https://docs.linuxserver.io/images/docker-syncthing' --label 'org.opencontainers.image.licenses'='GPL-3.0-only' --label 'org.opencontainers.image.ref.name'='28b565199d0a4e8efbbd30f67dd28c90f92654d8' --label 'org.opencontainers.image.revision'='28b565199d0a4e8efbbd30f67dd28c90f92654d8' --label 'org.opencontainers.image.source'='https://github.com/linuxserver/docker-syncthing' --label 'org.opencontainers.image.title'='Syncthing' --label 'org.opencontainers.image.url'='https://github.com/linuxserver/docker-syncthing/packages' --label 'org.opencontainers.image.vendor'='linuxserver.io' --label 'org.opencontainers.image.version'='v1.28.0-ls164' --detach --entrypoint '/init' 'lscr.io/linuxserver/syncthing' \'
Raw
Try On Play-With-Docker!
WGET:
History
m25zl64i
,
m66t7jy3
,
m1i0qgjo
,
lzl6ykxm
,
ll27ic6k
,
m1y4fqks
,
lo1q8wpn
,
m4pfz6s6
,
lv1qz1h6
,
lyrp1ngg
,
m88h5d4g
,
lyb66cqz
,
lnyq5z8w
,
lv1qz23n
,
m328r0j6
,
m27qz6zq
,
m7w4gx4n
,
m7au0wol
,
lv1qyxl1
,
m83o0vcy
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