Skip to content

Commit

Permalink
fixed path in docker-compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
thusser committed Aug 18, 2019
1 parent 626f62f commit a3334a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a3334a0

Please sign in to comment.