Skip to content

Commit

Permalink
build: remove docker compose version
Browse files Browse the repository at this point in the history
Remove `version` key from `docker-compose.yml` and `docker-compose.dev.yml` files.

Fixes:
```sh
docker-compose.dev.yml: the attribute `version` is obsolete, it will be ignored,
please remove it to avoid potential confusion.
```
  • Loading branch information
eatyourgreens committed Nov 17, 2024
1 parent f95a376 commit 1cfa941
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

x-vol-args: &args
volumes:
- ./.material:/app/.material
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Use postgres/example user/password credentials
version: "3.9"

services:
nginx:
image: nginx:${NGINX_IMAGE_TAG} # stable-alpine3.19
Expand Down

0 comments on commit 1cfa941

Please sign in to comment.