Skip to content

Commit

Permalink
feat: docker-compose now forward port correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamashi committed Feb 8, 2022
1 parent 8d4b802 commit c85d138
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,6 @@ distrib_releasedbg/

.idea/

new_addresses.txt
new_addresses.txt

packaged/*
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ services:
volumes:
- ./build/config:/config
- ./build/logs:/logs
ports:
- 10578:10578/udp

0 comments on commit c85d138

Please sign in to comment.