1
0

chore(deps): update dockware/play docker tag to v6.7.2.2 (#1714)

This commit is contained in:
renovate[bot]
2025-09-17 17:54:06 +08:00
committed by GitHub
parent e58d146e28
commit a83ad38cf3
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
networks:
1panel-network:
external: true
services:
dockware:
image: dockware/play:6.7.2.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
expose:
- 3306
- 9999
- 9998
- 8888
- 22
- 443
environment:
- TZ=Asia/Shanghai
- XDEBUG_ENABLED=0