Skip to content

Commit

Permalink
Remove version from docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
PlugFox committed Sep 18, 2024
1 parent 64ca6da commit ad09a78
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions example/benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Stop: `docker-compose down`
Logs: `docker-compose logs -f`

```yaml
version: "3.9"

services:
centrifugo-benchmark:
container_name: centrifugo-benchmark
Expand Down
2 changes: 0 additions & 2 deletions example/benchmark/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# docker compose down
# docker compose logs -f

version: "3.9"

services:
centrifugo-benchmark:
container_name: centrifugo-benchmark
Expand Down
2 changes: 0 additions & 2 deletions example/benchmark/lib/src/help_tab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ class _HelpStep extends StatelessWidget {
}

const String _helpComposeContent = '''
version: "3.9"
services:
centrifugo-benchmark:
container_name: centrifugo-benchmark
Expand Down

0 comments on commit ad09a78

Please sign in to comment.