feat: update wud 8.1.1

This commit is contained in:
arch3rPro
2025-09-01 16:54:15 +08:00
parent 2b99696ca9
commit c793d1f37b
3 changed files with 15 additions and 15 deletions

View File

@@ -1,15 +0,0 @@
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

View File

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