Skip to content

Commit

Permalink
Fix exposed port in compose overrides. Closes #1762
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Jul 13, 2020
1 parent e384d1d commit 14d79c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deployment/docker-compose-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- "DEEPFORGE_PRIVATE_KEY=/token_keys/private_key"
image: deepforge/kitchen-sink:stable
ports:
- "8889:8888"
- "9000:8888"
volumes:
- "$HOME/.deepforge/blob:/data/blob"
- "${TOKEN_KEYS_DIR}:/token_keys"
Expand Down

0 comments on commit 14d79c2

Please sign in to comment.