Skip to content

Commit

Permalink
Remove obsolete version attribute in docker compose (#79)
Browse files Browse the repository at this point in the history
Avoid warning when setting up.

> compose.yaml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion
  • Loading branch information
lb- authored Oct 21, 2024
1 parent 22d08b4 commit b0d8631
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
version: '3'

volumes:
postgres-data:
node_modules:

services:
web:
container_name: "web"
Expand Down

0 comments on commit b0d8631

Please sign in to comment.