Skip to content

Commit

Permalink
fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored May 22, 2024
1 parent c118781 commit 29aa9ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Phonebook.Frontend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
context: ./
dockerfile: Dockerfile
environment:
DEBUG: 'true'
# DEBUG: 'true'
ENVIRONMENT: 'development'
ENVIRONMENT_TAG: 'docker'
BASE_URL: 'http://localhost/'
Expand All @@ -32,9 +32,6 @@ services:
ORGANIZATION_NAME: 'Your very fancy Company'
ports:
- 80:80
volumes:
- ./nginx.conf /etc/nginx/nginx.conf
- ./conf.d /etc/nginx/conf.d
restart: always
# stdin_open: true
# tty: true

0 comments on commit 29aa9ad

Please sign in to comment.