Expose port

This commit is contained in:
benthecarman
2023-04-08 13:59:56 -05:00
parent 52d36e7b5f
commit 10b8d2adf6

View File

@@ -94,6 +94,7 @@ services:
command: "./wait-for-it.sh db:3306 --timeout=720 --strict -- ./start.sh"
ports:
- "8889:8889"
- "8999:8999"
volumes:
- ~/volumes/mempool:/backend/cache
db: