networks:
1panel-network:
external: true
services:
reader3-webview:
image: hectorqin/remote-webview:3.2.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8050