feat: update Wud 8.1.0

This commit is contained in:
arch3rPro
2025-07-08 23:12:58 +08:00
parent b170b26b80
commit fb4ab50a97
4 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
services:
whatsupdocker:
image: getwud/wud:8.1.0
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