File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ services:
35
35
context: ./vendor/paxha/laravel-asterisk/runtimes
36
36
dockerfile: Dockerfile
37
37
args:
38
- UDP_PORT: '${UDP_PORT:-5060}'
39
38
MYSQL_PORT: '${FORWARD_DB_PORT:-3306}'
40
39
MYSQL_DATABASE: '${DB_DATABASE}'
41
40
MYSQL_USER: '${DB_USERNAME}'
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ FROM ubuntu:21.10
3
3
LABEL maintainer="Hassan Raza Pasha"
4
4
5
5
ARG ASTERISK_VERSION=19
6
- ARG UDP_PORT=5060
7
6
ARG MYSQL_PORT=3306
8
7
ARG MYSQL_DATABASE=asterisk
9
8
ARG MYSQL_USER=sail
@@ -69,6 +68,6 @@ RUN sed -i "s/MYSQL_DATABASE/$MYSQL_DATABASE/g" /etc/odbc.ini;
69
68
RUN sed -i "s/MYSQL_USER/$MYSQL_USER/g" /etc/odbc.ini;
70
69
RUN sed -i "s/MYSQL_PASSWORD/$MYSQL_PASSWORD/g" /etc/odbc.ini;
71
70
72
- EXPOSE $UDP_PORT /udp
71
+ EXPOSE 5060 /udp
73
72
74
73
CMD ["asterisk" , "-vvvdddf" ]
You can’t perform that action at this time.
0 commit comments