Commit 5268a424 authored by vicotor's avatar vicotor

add port mapping

parent 7700f8e1
...@@ -28,6 +28,8 @@ services: ...@@ -28,6 +28,8 @@ services:
volumes: volumes:
- ./config.toml:/app/config.toml - ./config.toml:/app/config.toml
- ./rpcs.json:/app/rpcs.json - ./rpcs.json:/app/rpcs.json
ports:
- "38005:8080"
command: command:
- "/bin/sh" - "/bin/sh"
- "-c" - "-c"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment