no message

This commit is contained in:
kuaifan 2023-03-17 21:57:36 +08:00
parent d83bbc3917
commit 2497f7403c
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@ version: '3'
services:
php:
container_name: "dootask-php-${APP_ID}"
image: "kuaifan/php:swoole-8.0.rc5"
image: "kuaifan/php:swoole-8.0.rc6"
shm_size: "1024m"
volumes:
- ./docker/crontab/crontab.conf:/etc/supervisor/conf.d/crontab.conf
@ -58,8 +58,8 @@ services:
mariadb:
container_name: "dootask-mariadb-${APP_ID}"
image: "mariadb:10.7.3"
ports: # mysql ports item
- "33062:3306" # mysql ports value
ports:
- "${DB_OPEN_PORT:-}:3306"
volumes:
- ./docker/mysql/repassword.sh:/etc/mysql/repassword.sh
- ./docker/mysql/conf.d:/etc/mysql/conf.d

View File

@ -32,7 +32,7 @@
"@electron-forge/maker-squirrel": "^6.0.5",
"@electron-forge/maker-zip": "^6.0.5",
"dotenv": "^16.0.3",
"electron": "^23.1.1",
"electron": "^23.1.4",
"electron-builder": "^23.6.0",
"electron-notarize": "^1.2.2",
"form-data": "^4.0.0",