Skip to content

Commit

Permalink
chore(docker-compose): Change default ports to 2222 and 2323
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Apr 19, 2024
1 parent ef91699 commit e0ed765
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ services:
environment:
COLORTERM: "$COLORTERM"
TERM: "$TERM"
ASCII_MOVIE_SSH_ADDRESS: ":2222"
ASCII_MOVIE_TELNET_ADDRESS: ":2323"
ASCII_MOVIE_API_ADDRESS: ":1977"
ports:
- "23:23"
- "2222:22"
- "2323:2323"
- "2222:2222"
- "127.0.0.1:1977:1977"
read_only: true
restart: unless-stopped
Expand Down

0 comments on commit e0ed765

Please sign in to comment.