diff --git a/compose.yaml b/compose.yaml index 88dbf7b..e1c769d 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,6 +5,4 @@ services: context: . volumes: - ./conf:/conf - - ./data:/data - ports: - - 5060:5060 \ No newline at end of file + - ./data:/data \ No newline at end of file diff --git a/startup.sh b/startup.sh index ec747ee..a5a1542 100644 --- a/startup.sh +++ b/startup.sh @@ -1,7 +1,6 @@ #! /bin/bash cp /conf/* /usr/local/etc/yate/ -mkdir -p /usr/local/share/yate -cp -r /data/* /usr/local/share/yate/ +cp -r /data /usr/local/share/yate yate -vvv -Do