1
0
Fork 0
mirror of https://github.com/pooneyy/1Panel-Appstore synced 2026-05-12 01:15:00 +00:00
1Panel-Appstore/apps/sub2sing-box/latest/docker-compose.yml
2024-06-01 18:07:27 +08:00

15 lines
298 B
YAML

services:
sub2sing-box:
image: nite07/sub2sing-box:latest
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8080"
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true