mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-27 16:01:05 +00:00
18 lines
328 B
YAML
18 lines
328 B
YAML
services:
|
|
sshwifty:
|
|
image: "niruix/sshwifty:latest"
|
|
container_name: ${CONTAINER_NAME}
|
|
restart: unless-stopped
|
|
networks:
|
|
- 1panel-network
|
|
ports:
|
|
- "${PANEL_APP_PORT_HTTP}:8182"
|
|
environment:
|
|
- TZ=${TZ}
|
|
labels:
|
|
createdBy: "Apps"
|
|
|
|
networks:
|
|
1panel-network:
|
|
external: true
|