删除部分挂载

This commit is contained in:
srcrs 2023-08-09 22:25:14 +08:00
parent 39967e0d8c
commit fd30dfaedb

View File

@ -8,6 +8,4 @@ services:
ports: ports:
- "8080:8080" - "8080:8080"
volumes: volumes:
- "$PWD/index.html:/app/index.html"
- "$PWD/db:/app/db"
- "$PWD/config.json:/app/config.json" - "$PWD/config.json:/app/config.json"