Simplify logging configuration

This commit is contained in:
Patrick Jentsch
2024-08-01 16:29:06 +02:00
parent 94548ac30c
commit 81c6f32a35
4 changed files with 43 additions and 50 deletions

View File

@ -50,7 +50,6 @@ services:
restart: "unless-stopped"
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "./volumes/nopaque/logs:/var/log/nopaque"
# DANGER: Don't change the following mount within a Docker Compose
# config file, use the `.env` file instead.
- "${HOST_NOPAQUE_DATA_PATH}:${HOST_NOPAQUE_DATA_PATH}"