Skip to content

Commit

Permalink
rf: add dashboard port
Browse files Browse the repository at this point in the history
  • Loading branch information
debendraoli committed Oct 29, 2024
1 parent 29fedf7 commit ee0729c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
ports:
- "${HTTP_PORT:-80}:80"
- "${HTTPS_PORT:-443}:443"
- "${DASHBOARD_PORT:-3000}"
volumes:
- ${CONFIG}/web:/config:Z
- ${CONFIG}/web/crontabs:/var/spool/cron/crontabs:Z
Expand Down

0 comments on commit ee0729c

Please sign in to comment.