version: "3.5" services: tubesync: container_name: tubesync image: ghcr.io/meeb/tubesync security_opt: - no-new-privileges:true networks: - custom-bridge restart: unless-stopped ports: - ${TUBESYNC_WEBUI_PORT:-4848}:4848 env_file: .env volumes: - ${TUBESYNC_CONFIG:-/home/docker/tubesync/config}:/config - ${TUBESYNC_DOWNLOADS:-/home/docker/tubesync/downloads}:/downloads networks: custom-bridge: name: custom-bridge driver: bridge