reverted docker compose file

This commit is contained in:
CDaut 2022-06-25 21:04:23 +02:00 committed by CDaut
parent cb38346225
commit 4436bd2058
3 changed files with 8 additions and 8 deletions

View file

@ -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: