Skip to content

Commit

Permalink
Remove deprecated version and add Volume for DB persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
sirNugg3ts authored Nov 16, 2024
1 parent 4e2cac9 commit b1161d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/docs/get5.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ You can refer to the installation steps given here: https://github.com/PhlexPlex
docker-compose.yml file:

```yml title="docker-compose.yml example"
version: "3.7"

services:
redis:
image: redis:6
Expand All @@ -62,6 +60,8 @@ services:
- MYSQL_COLLATION=utf8mb4_general_ci
ports:
- 3306:3306
volumes:
- ./get5db/mysql:/var/lib/mysql

caddy:
image: lucaslorentz/caddy-docker-proxy:ci-alpine
Expand Down

0 comments on commit b1161d3

Please sign in to comment.