Skip to content

Commit

Permalink
revert: use default nginx config for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
nimish-ks committed Oct 16, 2023
1 parent 18aabb2 commit 0db61fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ services:
container_name: phase-nginx-dev
build:
context: .
dockerfile: ./nginx/Dockerfile.dev
dockerfile: ./nginx/Dockerfile
restart: always
ports:
- 80:80
- 443:443
volumes:
- ./nginx/dev-default.conf:/etc/nginx/conf.d/default.conf:ro
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
depends_on:
- frontend
- backend
Expand Down

0 comments on commit 0db61fe

Please sign in to comment.