Skip to content

Commit 51305d9

Browse files
committed
TECH Use modern syntax for Docker Compose
1 parent 56fafab commit 51305d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ go install github.com/sibprogrammer/xq@latest
126126
You can play with the `xq` utility using the Dockerized environment:
127127

128128
```
129-
docker-compose run --rm xq
129+
docker compose run --rm xq
130130
xq /opt/examples/xml/unformatted.xml
131131
```

0 commit comments

Comments
 (0)