0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 00:24:47 +02:00

Removed logging from compose files.

Signed-off-by: Kaloyan Nikolov <tzerber@gmail.com>
This commit is contained in:
Kaloyan Nikolov 2024-04-25 17:52:56 +03:00 committed by J0WI
parent c90aee5f6c
commit d2edd7df49
8 changed files with 0 additions and 133 deletions

View file

@ -2,10 +2,6 @@ services:
db:
image: postgres:alpine
restart: always
logging:
driver: "json-file"
options:
max-size: "50m"
volumes:
- db:/var/lib/postgresql/data:Z
env_file:
@ -18,10 +14,6 @@ services:
app:
image: nextcloud:apache
restart: always
logging:
driver: "json-file"
options:
max-size: "50m"
ports:
- 127.0.0.1:8080:80
volumes:
@ -38,10 +30,6 @@ services:
cron:
image: nextcloud:apache
restart: always
logging:
driver: "json-file"
options:
max-size: "50m"
volumes:
- nextcloud:/var/www/html:z
entrypoint: /cron.sh