Skip to content

Commit

Permalink
Merge pull request #34 from oven-2023/recommendation
Browse files Browse the repository at this point in the history
fix docker-compose.yml
  • Loading branch information
see101702 authored Oct 21, 2023
2 parents d4777fe + bef43df commit 2c1807f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ services:
flask:
container_name: flask
image: see101702/flask-image
ports:
- "6000:5000"
expose:
- "6000"
- "5000"
depends_on:
- web
environment:
Expand Down

0 comments on commit 2c1807f

Please sign in to comment.