0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2024-11-18 02:56:42 +01:00

Remove wrongly added logging to Readme.MD

Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolov 2024-09-24 23:38:56 +03:00
parent 7c8997ae9c
commit fb95b6013c

View file

@ -299,10 +299,6 @@ services:
command: --transaction-isolation=READ-COMMITTED --log-bin --binlog-format=ROW command: --transaction-isolation=READ-COMMITTED --log-bin --binlog-format=ROW
volumes: volumes:
- db:/var/lib/mysql - db:/var/lib/mysql
logging:
driver: "json-file"
options:
max-size: "50m"
environment: environment:
- MYSQL_ROOT_PASSWORD= - MYSQL_ROOT_PASSWORD=
- MYSQL_PASSWORD= - MYSQL_PASSWORD=
@ -318,10 +314,6 @@ services:
restart: always restart: always
ports: ports:
- 8080:80 - 8080:80
logging:
driver: "json-file"
options:
max-size: "50m"
depends_on: depends_on:
- redis - redis
- db - db
@ -355,10 +347,6 @@ services:
command: --transaction-isolation=READ-COMMITTED --log-bin --binlog-format=ROW command: --transaction-isolation=READ-COMMITTED --log-bin --binlog-format=ROW
volumes: volumes:
- db:/var/lib/mysql - db:/var/lib/mysql
logging:
driver: "json-file"
options:
max-size: "50m"
environment: environment:
- MYSQL_ROOT_PASSWORD= - MYSQL_ROOT_PASSWORD=
- MYSQL_PASSWORD= - MYSQL_PASSWORD=
@ -372,10 +360,6 @@ services:
app: app:
image: nextcloud:fpm image: nextcloud:fpm
restart: always restart: always
logging:
driver: "json-file"
options:
max-size: "50m"
depends_on: depends_on:
- redis - redis
- db - db
@ -413,10 +397,6 @@ services:
db: db:
image: postgres image: postgres
restart: always restart: always
logging:
driver: "json-file"
options:
max-size: "50m"
volumes: volumes:
- db:/var/lib/postgresql/data - db:/var/lib/postgresql/data
environment: environment:
@ -434,10 +414,6 @@ services:
app: app:
image: nextcloud image: nextcloud
restart: always restart: always
logging:
driver: "json-file"
options:
max-size: "50m"
ports: ports:
- 8080:80 - 8080:80
volumes: volumes: