mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 07:51:14 +00:00
feat: Remove unused port mappings
This commit is contained in:
@@ -35,8 +35,6 @@ services:
|
||||
- MYSQL_DATABASE=nysoure
|
||||
- MYSQL_USER=nysoure
|
||||
- MYSQL_PASSWORD=nysoure_password
|
||||
ports:
|
||||
- "3306"
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: "json-file"
|
||||
@@ -48,8 +46,6 @@ services:
|
||||
image: tendis/tendis:latest
|
||||
volumes:
|
||||
- tendis_data:/data
|
||||
ports:
|
||||
- "6379"
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: "json-file"
|
||||
|
||||
Reference in New Issue
Block a user