Skip to content

Commit

Permalink
build: refactor and optimize service configurations
Browse files Browse the repository at this point in the history
- Add port mapping for service in docker-compose file (8082:8000)

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 20, 2024
1 parent 5a2d555 commit d0f7df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homework03/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
services:
highercloud:
image: example/webapp
ports:
- "8082:8000"
build:
context: .
dockerfile: Dockerfile

0 comments on commit d0f7df8

Please sign in to comment.