1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Update CHANGELOG

This commit is contained in:
CrazyMax 2018-12-29 16:06:50 +01:00
parent ca1f2de88b
commit 72e623be89
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.46-RC3 (2018/12/29)
* Missing Python 2 memcached module for poller (Issue #9)
## 1.46-RC2 (2018/12/14)
* Add Python 3 (Issue #7)

View file

@ -2,7 +2,7 @@ version: "3.2"
services:
traefik:
image: traefik:1.6-alpine
image: traefik:1.7-alpine
command:
- "--logLevel=INFO"
- "--defaultentrypoints=http,https"
@ -23,11 +23,9 @@ services:
- target: 80
published: 80
protocol: tcp
mode: host
- target: 443
published: 443
protocol: tcp
mode: host
volumes:
- "./acme.json:/acme.json"
- "/var/run/docker.sock:/var/run/docker.sock"