mirror of
https://github.com/easychen/pushdeer.git
synced 2025-01-07 21:45:54 +08:00
隐藏自架版mysql端口,避免和宿主机冲突
This commit is contained in:
parent
8e5292acfb
commit
b5e6605328
@ -11,8 +11,8 @@ services:
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=theVeryp@ssw0rd
|
||||
- MYSQL_DATABASE=pushdeer
|
||||
ports:
|
||||
- '3306:3306'
|
||||
# ports:
|
||||
# - '3306:3306'
|
||||
redis:
|
||||
image: 'bitnami/redis:6.0.16'
|
||||
healthcheck:
|
||||
@ -53,4 +53,4 @@ services:
|
||||
# - MQTT_PASSWORD=y0urp@ss
|
||||
# - MQTT_BASE_TOPIC=default
|
||||
volumes:
|
||||
mariadb_data:
|
||||
mariadb_data:
|
||||
|
Loading…
Reference in New Issue
Block a user