Skip to content

Commit

Permalink
chore: port tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Nov 20, 2024
1 parent df6c0d3 commit b01a69d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ services:
start_period: 1s
httpbin:
image: kennethreitz/httpbin
command: gunicorn -b 0.0.0.0:8080 httpbin:app -k gevent --access-logfile -
command: gunicorn -b 0.0.0.0:3000 httpbin:app -k gevent --access-logfile -
ports:
- 8080:8080
- 3000:3000
labels:
pipemgr: true
depends_on:
Expand Down

0 comments on commit b01a69d

Please sign in to comment.