Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docker-compose.yml
  • Loading branch information
Kilo59 authored Apr 11, 2020
commit 4a3efcae0cfcab0ffb69c68ea1ef4a6cfa35ab8d
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.7'
version: "3.7"

services:
api:
Expand All @@ -8,6 +8,6 @@ services:
volumes:
- .:/api
ports:
- "8000:8000"
- "80:80"
stdin_open: true
tty: true