Skip to content

Commit

Permalink
docker-compose: Remove version number
Browse files Browse the repository at this point in the history
`docker compose` now reports this field is deprecated and should be removed to avoid confusion
  • Loading branch information
englishm committed Jan 16, 2025
1 parent 039226a commit 0a608eb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

x-moq: &x-moq
build: .
environment:
Expand All @@ -18,7 +16,6 @@ services:
ports:
- "6379"

api:
<<: *x-moq
entrypoint: moq-api
command: --redis redis://redis:6379
Expand Down

0 comments on commit 0a608eb

Please sign in to comment.