Skip to content
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
container_name: wwebjs-api
restart: always
ports:
- "3000:3000"
- "${PORT:-3000}:3000"
env_file: .env
volumes:
- ./sessions:/usr/src/app/sessions
Expand Down