Skip to content

Commit

Permalink
fix(docker): correct typo in tty Jinja2 template variable
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Jul 3, 2024
1 parent f23dad5 commit b908113
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
# Sets the hostname of the container
hostname: $CONTAINER_HOSTNAME
# Sets tty to true if the container needs a pseudo-TTY
tty: `{{ use tty }}`
tty: `{{ use_tty }}`
command:
# Specifies the command to be executed when the container is run
- bash
Expand Down

0 comments on commit b908113

Please sign in to comment.