reverted docker compose file
This commit is contained in:
parent
cb38346225
commit
4436bd2058
3 changed files with 8 additions and 8 deletions
|
|
@ -2,11 +2,11 @@ version: "3"
|
|||
|
||||
services:
|
||||
web:
|
||||
build: ./markdownblog
|
||||
build: ./markdownblog/
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./markdownblog:/markdownblog
|
||||
- ./markdownblog:/markdownblog
|
||||
ports:
|
||||
- "8000:8000"
|
||||
env_file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue