``` services: sub-store: image: xream/sub-store:http-meta container_name: sub-store restart: always network_mode: host environment: SUB_STORE_BACKEND_API_HOST: 127.0.0.1 SUB_STORE_BACKEND_API_PORT: 3001 SUB_STORE_BACKEND_MERGE: true SUB_STORE_FRONTEND_BACKEND_PATH: /PVM!xwm7hkz4hek2xjy PORT: 9876 HOST: 127.0.0.1 volumes: - /opt/docker/data/sub-store:/opt/app/data ```