docker-compose format and comment fixes (#492)
* fix typos in readme * unify format of docker-compose files, fix comments
This commit is contained in:
committed by
Umputun
parent
d23d119d70
commit
6a5cd79074
+4
-4
@@ -9,10 +9,10 @@ services:
|
||||
restart: always
|
||||
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
driver: json-file
|
||||
options:
|
||||
max-size: "10m"
|
||||
max-file: "5"
|
||||
|
||||
# uncomment to expose directly (no proxy)
|
||||
#ports:
|
||||
|
||||
Reference in New Issue
Block a user