Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminShoeibi authored Jun 10, 2022
1 parent fd0c0d2 commit d215af4
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 @@ -7,7 +7,7 @@ services:
context: .
dockerfile: src/Airbnb.API/Dockerfile
ports:
- "20000" # don't bind to host just expose 9000 to docker network
- "20000" # don't bind to host just expose port 20000 of the container to the docker network
container_name: airbnb-api-1
restart: unless-stopped
hostname: AirbnbAPI1
Expand All @@ -25,4 +25,4 @@ services:
volumes:
- type: bind
target: /etc/nginx/nginx.conf
source: ./nginx.conf
source: ./nginx.conf

0 comments on commit d215af4

Please sign in to comment.