We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb72a8 commit 4150f07Copy full SHA for 4150f07
docs/getting-started/installation/docker.md
@@ -8,7 +8,7 @@ The simplest way to set up GoiPay is by using the Docker image.
8
9
Here you can find an example Docker Compose file:
10
```yaml title="docker-compose.yml"
11
-version: '3.8'
+version: '3.4'
12
13
services:
14
db:
@@ -40,9 +40,12 @@ services:
40
image: chekist32/goipay:latest
41
env_file:
42
- ./.env
43
+ volumes:
44
+ - ./cert/server:/app/cert/server
45
depends_on:
46
migrations:
47
condition: service_completed_successfully
48
+ command: ["--log-level=debug", "--reflection"]
49
ports:
50
- "3000:3000"
51
```
0 commit comments