POSRT FIX

This commit is contained in:
CHIEFSOFT\ameye
2024-12-18 16:03:30 -05:00
parent 708d4bc06d
commit c153a47bd4
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
- ./:/app
- '/app/node_modules'
ports:
- ${MERMS_SOCKET_PORT}:5005
- ${MERMS_SOCKET_PORT}:${PORT}
environment:
- PORT=${MERMS_SOCKET_PORT}
- POSTGRE_URL=${MERMS_POSTGRE_URL}