Gelf und Netzwerk angepasst
This commit is contained in:
parent
99ab63f432
commit
33145c872e
|
|
@ -22,4 +22,10 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /docker/traefik3/logs:/logs
|
||||
- /docker/traefik3/config:/config
|
||||
- /docker/traefik3/ACME/acme.json:/ACME/acme.json
|
||||
- /docker/traefik3/ACME/acme.json:/ACME/acme.json
|
||||
networks:
|
||||
- traefik
|
||||
logging:
|
||||
driver: "gelf"
|
||||
options:
|
||||
gelf-address: "udp://192.168.1.250:12201"
|
||||
|
|
|
|||
Loading…
Reference in New Issue