Skip to content

Commit

Permalink
update compose
Browse files Browse the repository at this point in the history
  • Loading branch information
YigitSekerci committed May 12, 2023
1 parent 9671d95 commit b18a98a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions practice-app/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.9'
version: "3.9"
services:
backend:
build:
Expand All @@ -8,8 +8,6 @@ services:
- "8000:8000"
volumes:
- /backend
env_file:
- /backend/.env
frontend:
build:
context: ./frontend
Expand Down

0 comments on commit b18a98a

Please sign in to comment.