mirror of https://github.com/LemmyNet/lemmy.git
Fix quoting of max-file in docker-compose.yml (#3442)
parent
cb28af508d
commit
682ca55e0c
|
@ -4,7 +4,7 @@ x-logging: &default-logging
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
max-size: "50m"
|
max-size: "50m"
|
||||||
max-file: 4
|
max-file: "4"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
|
|
Loading…
Reference in New Issue