diff --git a/compose.yaml b/compose.yaml index e1c769d..88dbf7b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,4 +5,6 @@ services: context: . volumes: - ./conf:/conf - - ./data:/data \ No newline at end of file + - ./data:/data + ports: + - 5060:5060 \ No newline at end of file