Skip to content

Commit 4150f07

Browse files
committed
chore(docker.md): update
1 parent cdb72a8 commit 4150f07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/getting-started/installation/docker.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The simplest way to set up GoiPay is by using the Docker image.
88

99
Here you can find an example Docker Compose file:
1010
```yaml title="docker-compose.yml"
11-
version: '3.8'
11+
version: '3.4'
1212

1313
services:
1414
db:
@@ -40,9 +40,12 @@ services:
4040
image: chekist32/goipay:latest
4141
env_file:
4242
- ./.env
43+
volumes:
44+
- ./cert/server:/app/cert/server
4345
depends_on:
4446
migrations:
4547
condition: service_completed_successfully
48+
command: ["--log-level=debug", "--reflection"]
4649
ports:
4750
- "3000:3000"
4851
```

0 commit comments

Comments
 (0)