Skip to content

Commit

Permalink
chore: Remove version from docker-compose files
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasmiller committed Jun 4, 2024
1 parent 86d5a48 commit c72f43e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3"

services:
docs:
build:
Expand All @@ -9,4 +7,4 @@ services:
- 6006:6006
command: make docs
volumes:
- .:/usr/src/app
- .:/usr/src/app

0 comments on commit c72f43e

Please sign in to comment.