From a3334a02fdfadd6a91ceb9216a2d23e5a21c23f1 Mon Sep 17 00:00:00 2001 From: Tim-Oliver Husser Date: Sun, 18 Aug 2019 18:22:07 +0200 Subject: [PATCH] fixed path in docker-compose file --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 697f41d..4a34d72 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,10 @@ Create a docker-compose.yaml: ports: - "8000:8000" volumes: - - data:/opt/pyobs/data/ + - data:/data/ depends_on: - db volumes: - data: pgdata: Adapt ports and volumes to your needs. Run the containers: