feat: update wud 8.2.2

This commit is contained in:
arch3rPro
2026-02-27 22:50:27 +08:00
parent 8e5c529f4d
commit 92507d4657
3 changed files with 2 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
whatsupdocker:
image: getwud/wud:8.2.2
container_name: ${CONTAINER_NAME}
ports:
- ${PANEL_APP_PORT_HTTP}:3000
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- 1panel-network
labels:
createdBy: Apps
networks:
1panel-network:
external: true