Skip to content

Commit

Permalink
Remove obsolete version attribute from docker-compose.yml (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne authored Dec 17, 2024
1 parent ac1d0a2 commit 33726d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
# Start database: docker compose up db
# Run migrations: docker compose run migrate{{/db.is_sqlite}}{{/fluent}}
# Stop all: docker compose down{{#fluent}}{{^db.is_sqlite}} (add -v to wipe db){{/db.is_sqlite}}{{/fluent}}
#
version: '3.7'{{#fluent}}{{^db.is_sqlite}}
#{{#fluent}}{{^db.is_sqlite}}

volumes:
db_data:{{/db.is_sqlite}}{{/fluent}}
Expand Down

0 comments on commit 33726d6

Please sign in to comment.