add port to compose.yaml
This commit is contained in:
parent
3399047b0f
commit
aa1c8a9e57
1 changed files with 3 additions and 1 deletions
|
@ -5,4 +5,6 @@ services:
|
||||||
context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
- ./conf:/conf
|
- ./conf:/conf
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
|
ports:
|
||||||
|
- 5060:5060
|
Loading…
Add table
Add a link
Reference in a new issue