Skip to content

Commit

Permalink
Update docker-compose.override.yml.example
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrsabino committed Apr 28, 2021
1 parent b2a4f32 commit 227df74
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ dmypy.json
.DS_Store
.idea/
data/
docker-compose.override.yml
9 changes: 6 additions & 3 deletions docker-compose.override.yml.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
web:
volumes:
- "${DOCKER_WEB_VOLUME}"
version: "3.9"

services:
web:
volumes:
- "${DOCKER_WEB_VOLUME}"

0 comments on commit 227df74

Please sign in to comment.