chore: Remove unnecessary port exposure in production.yml

This commit is contained in:
2024-05-09 17:07:45 +08:00
parent 7fa0ce2b24
commit 939a120cb8
-3
View File
@@ -127,9 +127,6 @@ services:
# ports:
# - "7474:7474"
# - "7687:7687"
expose:
- 7474
- 7687
networks:
- net
- default