Logfile Konfiguration
This commit is contained in:
@@ -4,6 +4,12 @@ services:
|
|||||||
nextcloud:
|
nextcloud:
|
||||||
image: nextcloud:latest
|
image: nextcloud:latest
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
|
logging:
|
||||||
|
driver: "local"
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "9000:80"
|
- "9000:80"
|
||||||
@@ -23,6 +29,12 @@ services:
|
|||||||
nextcloud-cron:
|
nextcloud-cron:
|
||||||
image: nextcloud:latest
|
image: nextcloud:latest
|
||||||
container_name: nextcloud-cron
|
container_name: nextcloud-cron
|
||||||
|
logging:
|
||||||
|
driver: "local"
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
entrypoint: /cron.sh
|
entrypoint: /cron.sh
|
||||||
command:
|
command:
|
||||||
@@ -43,6 +55,12 @@ services:
|
|||||||
clamav:
|
clamav:
|
||||||
image: clamav/clamav-debian
|
image: clamav/clamav-debian
|
||||||
container_name: clamav
|
container_name: clamav
|
||||||
|
logging:
|
||||||
|
driver: "local"
|
||||||
|
options:
|
||||||
|
max-size: "10m"
|
||||||
|
max-file: "3"
|
||||||
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3310:3310"
|
- "3310:3310"
|
||||||
|
|||||||
Reference in New Issue
Block a user