Skip to content

Commit

Permalink
update docker parrot
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Jun 3, 2024
1 parent c5c2692 commit 7e89a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/parrot-core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV RESOLUTION 1920x1080x24

ENV VNC_PORT 5900
ENV NOVNC_PORT 6080
ENV TTY_PORT 7681
ENV TTYD_PORT 7681

ENV USERNAME="parrot"
ENV PASSWORD="changeme"
Expand Down
2 changes: 1 addition & 1 deletion docker/parrot-core/supervisor/supervisor-ttyd.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:ttyd]
command=/usr/local/bin/ttyd --writable --port "%(ENV_TTY_PORT)s" --credential "%(ENV_USERNAME)s:%(ENV_PASSWORD)s" /bin/bash
command=/usr/local/bin/ttyd --writable --port "%(ENV_TTYD_PORT)s" --credential "%(ENV_USERNAME)s:%(ENV_PASSWORD)s" /bin/bash
redirect_stderr=true
stdout_logfile=/var/log/ttyd/stdout
stdout_logfile_maxbytes=5MB
Expand Down

0 comments on commit 7e89a49

Please sign in to comment.