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, network-alias, attach
Maybe mispelled?
Compose ID: m4y1yeec
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for linuxserver/deluge
version: '3' services: deluge: container_name: '/ix-deluge-deluge-1' logging: driver: 'json-file' restart: 'unless-stopped' cap_add: - 'CHOWN' - 'DAC_OVERRIDE' - 'FOWNER' - 'SETGID' - 'SETUID' cap_drop: - 'ALL' ports: - '0.0.0.0:30039:30039/tcp' - '0.0.0.0:30039:30039/udp' - '0.0.0.0:30038:8112/tcp' network_mode: 'ix-deluge_default' hostname: '4566395c11b1' expose: - '30039/tcp' - '30039/udp' - '58846/tcp' - '58946/tcp' - '58946/udp' - '8112/tcp' environment: - 'PGID=568' - 'PUID=568' - 'TZ=Europe/Warsaw' - 'GID=568' - 'UID=568' - 'UMASK_SET=002' - 'USER_ID=568' - 'GROUP_ID=568' - 'UMASK=002' - 'NVIDIA_VISIBLE_DEVICES=void' - 'PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' - 'PS1=$(whoami)@$(hostname):$(pwd)\\$ ' - 'HOME=/root' - 'TERM=xterm' - 'S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0' - 'S6_VERBOSITY=1' - 'S6_STAGE2_HOOK=/docker-mods' - 'VIRTUAL_ENV=/lsiopy' - 'LSIO_FIRST_PARTY=true' - 'PYTHON_EGG_CACHE=/config/plugins/.python-eggs' - 'TMPDIR=/run/deluged-temp' labels: - build_version'='Linuxserver.io version:- 2.1.1-r10-ls303 Build-date:- 2024-12-16T15:46:32+00:00' - 'com.docker.compose.config-hash'='280b97b7419a80689ba6e8a7051f2f9ae4918534913f74d33ffeb15178386956' - com.docker.compose.container-number'='1' - com.docker.compose.depends_on'='init:service_completed_successfully:false' - com.docker.compose.image'='sha256:f8328ad719b0b42cfbdeb9a11a322869ac41a664f82864d65db457c3e9e29025' - com.docker.compose.oneoff'='False' - com.docker.compose.project'='ix-deluge' - com.docker.compose.project.config_files'='/mnt/.ix-apps/app_configs/deluge/versions/1.1.3/templates/rendered/docker-compose.yaml' - com.docker.compose.project.working_dir'='/mnt/.ix-apps/app_configs/deluge/versions/1.1.3/templates/rendered' - com.docker.compose.service'='deluge' - com.docker.compose.version'='2.29.1' - maintainer'='aptalca' - org.opencontainers.image.authors'='linuxserver.io' - org.opencontainers.image.created'='2024-12-16T15:46:32+00:00' - org.opencontainers.image.description'='[Deluge](http://deluge-torrent.org/) is a lightweight, Free Software, cross-platform BitTorrent client. * Full Encryption * WebUI * Plugin System * Much more... ' - org.opencontainers.image.documentation'='https://docs.linuxserver.io/images/docker-deluge' - org.opencontainers.image.licenses'='GPL-3.0-only' - org.opencontainers.image.ref.name'='0e151ae3805d54102fd4a0a549f5f9091f34ecc2' - org.opencontainers.image.revision'='0e151ae3805d54102fd4a0a549f5f9091f34ecc2' - org.opencontainers.image.source'='https://github.com/linuxserver/docker-deluge' - org.opencontainers.image.title'='Deluge' - org.opencontainers.image.url'='https://github.com/linuxserver/docker-deluge/packages' - org.opencontainers.image.vendor'='linuxserver.io' - org.opencontainers.image.version'='2.1.1-r10-ls303' entrypoint: - '/init' image: 'linuxserver/deluge:2.1.1' command: \
Raw
Try On Play-With-Docker!
WGET:
History
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