Browse Source

Remove journald logging in apps/README.md examples (#711)

remove-logs
Lounès Ksouri 4 years ago
committed by GitHub
parent
commit
6b655213c5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      apps/README.md

14
apps/README.md

@ -169,16 +169,9 @@ Updated `docker-compose.yml` file:
```yml
version: "3.7"
x-logging:
&default-logging
driver: journald
options:
tag: "umbrel-app {{.Name}}"
services:
web:
image: getumbrel/btc-rpc-explorer:v2.0.2
logging: *default-logging
restart: on-failure
stop_grace_period: 1m
ports:
@ -194,16 +187,9 @@ So the final version of `docker-compose.yml` would be:
```yml
version: "3.7"
x-logging:
&default-logging
driver: journald
options:
tag: "umbrel-app {{.Name}}"
services:
web:
image: getumbrel/btc-rpc-explorer:v2.0.2
logging: *default-logging
restart: on-failure
stop_grace_period: 1m
ports:

Loading…
Cancel
Save