mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
Update CHANGELOG
This commit is contained in:
parent
ca1f2de88b
commit
72e623be89
2 changed files with 5 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue