quick fix to `docker-compose.yml` to expose api port

This commit is contained in:
Alan Moon 2024-11-28 10:44:40 -08:00
parent 91fc725b40
commit 17cd6a2059

View File

@ -6,6 +6,7 @@ services:
dockerfile: src/Dockerfile
ports:
- "9933:9933"
- "9934:9934"
networks:
- sodoff_network