-
-
Notifications
You must be signed in to change notification settings - Fork 9
Closed as not planned
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Hi,
Expected Behavior
That no more errors are displayed and a log is created
Steps To Reproduce
Start vanilla the docker compose
Environment
- OS: Ubuntu 22.04
- How docker service was installed: docker compose
CPU architecture
x86-64
Docker creation
services:
syslog-ng:
image: lscr.io/linuxserver/syslog-ng:latest
container_name: Tasmota-Syslog
environment:
PUID: 1000
PGID: 1000
TZ: Europe/Berlin
volumes:
- ./config:/config
- ./log:/var/log #optional
ports:
- 514:5514/udp
- 601:6601/tcp
- 6514:6514/tcp
restart: unless-stopped
Container logs
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Linuxserver.io version: 4.7.1-r1-ls126
Build-date: 2024-09-05T18:56:30+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done