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, detach
Maybe mispelled?
Compose ID: m6269npq
2x Space
4x Space
6x Space
8x Space???
Volumes: Yes Please
Volumes: No Thanks
GO!
Docker Hub for linuxserver/tautulli
version: '3' services: tautulli: container_name: '/tautulli' volumes: - '/portainer/Files/AppData/Config/Tautulli:/config' - '/portainer/Files/AppData/Config/Tautulli/Logs:/logs' logging: driver: 'journald' restart: 'unless-stopped' cap_add: - 'AUDIT_WRITE' - 'CHOWN' - 'DAC_OVERRIDE' - 'FOWNER' - 'FSETID' - 'KILL' - 'MKNOD' - 'NET_BIND_SERVICE' - 'NET_RAW' - 'SETFCAP' - 'SETGID' - 'SETPCAP' - 'SETUID' - 'SYS_CHROOT' cap_drop: - 'AUDIT_CONTROL' - 'BLOCK_SUSPEND' - 'DAC_READ_SEARCH' - 'IPC_LOCK' - 'IPC_OWNER' - 'LEASE' - 'LINUX_IMMUTABLE' - 'MAC_ADMIN' - 'MAC_OVERRIDE' - 'NET_ADMIN' - 'NET_BROADCAST' - 'SYSLOG' - 'SYS_ADMIN' - 'SYS_BOOT' - 'SYS_MODULE' - 'SYS_NICE' - 'SYS_PACCT' - 'SYS_PTRACE' - 'SYS_RAWIO' - 'SYS_RESOURCE' - 'SYS_TIME' - 'SYS_TTY_CONFIG' - 'WAKE_ALARM' ports: - '0.0.0.0:8181:8181/tcp' network_mode: 'bridge' hostname: '0851d299ca45' expose: - '8181/tcp' environment: - 'PUID=1000' - 'PGID=1000' - 'PS1=$(whoami)@$(hostname):$(pwd)\\$' - 'PATH=/lsiopy/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' - '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' - 'TAUTULLI_DOCKER=True' labels: - build_version'='Linuxserver.io version:- v2.13.4-ls122 Build-date:- 2024-02-29T23:28:11+00:00' - 'maintainer'='nemchik,thelamer' - org.opencontainers.image.authors'='linuxserver.io' - org.opencontainers.image.created'='2024-02-29T23:28:11+00:00' - org.opencontainers.image.description'='[Tautulli](http://tautulli.com) is a python based web application for monitoring, analytics and notifications for Plex Media Server.' - org.opencontainers.image.documentation'='https://docs.linuxserver.io/images/docker-tautulli' - org.opencontainers.image.licenses'='GPL-3.0-only' - org.opencontainers.image.ref.name'='9fbc2721a32d074bcd7a0a006a5a2a5ac2e10b02' - org.opencontainers.image.revision'='9fbc2721a32d074bcd7a0a006a5a2a5ac2e10b02' - org.opencontainers.image.source'='https://github.com/linuxserver/docker-tautulli' - org.opencontainers.image.title'='Tautulli' - org.opencontainers.image.url'='https://github.com/linuxserver/docker-tautulli/packages' - org.opencontainers.image.vendor'='linuxserver.io' - org.opencontainers.image.version'='v2.13.4-ls122' entrypoint: - '/init' image: 'linuxserver/tautulli:latest' command: \
Raw
Try On Play-With-Docker!
WGET:
History
m283fxf1
,
mc92qzvr
,
ltnowhtl
,
lzjbihp2
,
re4pdi
,
m3j5xt6p
,
m0txr0i2
,
rsvfyl
,
lxs8tsv4
,
mao7bbym
,
lx67h1wr
,
m4dcdryq
,
m5ze3nnm
,
makymm9y
,
m3a2989j
,
m5fcv40j
,
m5tiqa5m
,
mbjz8wwt
,
m07czme5
,
m8iuor3d
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