We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf187c + b23ab9d commit bf355faCopy full SHA for bf355fa
docker-compose.yml
@@ -12,6 +12,10 @@ services:
12
- ./initdb:/docker-entrypoint-initdb.d
13
env_file:
14
- .env
15
+ logging:
16
+ driver: "json-file"
17
+ options:
18
+ max-size: "100m"
19
20
authdns:
21
image: dominikmatic/dddns-authdns:latest
@@ -23,6 +27,10 @@ services:
23
27
24
28
depends_on:
25
29
- mysql
30
31
32
33
26
34
35
apiserver:
36
image: dominikmatic/dddns-apiserver:latest
@@ -32,3 +40,7 @@ services:
40
41
42
43
44
45
46
0 commit comments