Skip to content

Commit

Permalink
remove port 80, not needed for websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Sep 24, 2024
1 parent 216c243 commit 02f2b75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ services:
command: python falcbot/falcbot.py
image: ${FALCBOT_DOCKER_IMAGE:?err}
container_name: "slackbot"
ports:
- 80:80
volumes:
- type: bind
source: $HOME/.OpenEye/
target: /home/mambauser/.OpenEye/
env_file:
- .env
- .env

0 comments on commit 02f2b75

Please sign in to comment.