Skip to content

Commit

Permalink
remove version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed May 26, 2024
1 parent f14d2d9 commit d8bb68a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.1"
services:
# db
postgres:
Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.1"
services:
postgres:
image: postgres:15.2-alpine
Expand Down
1 change: 0 additions & 1 deletion docs/docs/Installation/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Change the **NEXTAUTH_URL** environment variable to the canonical URL or IP of y
:::

```yml title="Create a docker-compose.yml file and populate it as follows:"
version: "3.1"
services:
postgres:
image: postgres:15.2-alpine
Expand Down

0 comments on commit d8bb68a

Please sign in to comment.