Skip to content

Commit

Permalink
remove compose versions because of warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfagun74 committed Oct 20, 2024
1 parent 43a60b7 commit 80c4662
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/server-docs/setup/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ In this guide, you will learn how to set up GameVault using Docker and Docker Co
Create a new file named `docker-compose.yml` in a directory of your choice and copy the following code:

```yaml
version: "3.8"
services:
gamevault-backend:
image: phalcode/gamevault-backend:latest
Expand Down Expand Up @@ -57,7 +56,6 @@ Password (YOURPASSWORDHERE) can't be empty! else the database will not work. If
We don't recommend it, but you can run GameVault without a PostgreSQL Database too using the following configuration:

```yaml
version: "3.8"
services:
gamevault-backend:
image: phalcode/gamevault-backend:latest
Expand Down
2 changes: 0 additions & 2 deletions docs/server-docs/setup/synology-container-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Open `File Station` and create the following folders:
Copy and paste the following code into the editor:

```yml
version: "3.8"
services:
gamevault-backend:
image: phalcode/gamevault-backend:latest
Expand Down Expand Up @@ -78,7 +77,6 @@ Password (YOURPASSWORDHERE) can't be empty! else the database will not work. If
We don't recommend it, but you can run GameVault without a PostgreSQL Database too using the following configuration:

```yaml
version: "3.8"
services:
gamevault-backend:
image: phalcode/gamevault-backend:latest
Expand Down

0 comments on commit 80c4662

Please sign in to comment.