version: "3.7" services: tunnel: image: cloudflare/cloudflared command: tunnel --no-autoupdate run restart: unless-stopped env_file: .env privatebin: image: privatebin/fs restart: always volumes: - ./data:/srv/data - ./conf.php:/srv/cfg/conf.php:ro