Skip to content

Commit 005a8e0

Browse files
authored
chore: 考虑安全性,不再映射端口 (#118)
1 parent 4bd7e79 commit 005a8e0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ services:
3737
# image: mysql:8.2
3838
# container_name: gpt-load-mysql
3939
# restart: always
40-
# ports:
41-
# - "3306:3306"
4240
# environment:
4341
# MYSQL_ROOT_PASSWORD: 123456
4442
# MYSQL_DATABASE: gpt-load
@@ -57,8 +55,6 @@ services:
5755
# POSTGRES_USER: postgres
5856
# POSTGRES_PASSWORD: 123456
5957
# POSTGRES_DB: gpt-load
60-
# ports:
61-
# - "5432:5432"
6258
# volumes:
6359
# - ./data/postgres:/var/lib/postgresql/data
6460
# healthcheck:
@@ -71,8 +67,6 @@ services:
7167
# image: redis:latest
7268
# container_name: gpt-load-redis
7369
# restart: always
74-
# ports:
75-
# - "6379:6379"
7670
# healthcheck:
7771
# test: ["CMD", "redis-cli", "ping"]
7872
# interval: 5s

0 commit comments

Comments
 (0)