-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_body.txt
29 lines (23 loc) · 1012 Bytes
/
test_body.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
**Describe the bug**
Things are broken yo
**To Reproduce**
Start watchtower (version 1.2.1) and get output:
```
time="2021-04-17T15:07:23+02:00" level=debug
time="2021-04-17T15:07:23+02:00" level=trace msg="created Shoutrrr URL from legacy notifier" URL="gotify://gotify.p1k.se/*******.*******?disabletls=No&priority=0&title=Watchtower+updates+on+Ketsueki"
time="2021-04-17T15:07:23+02:00" level=info msg="Watchtower v0.0.0-unknown\nUsing notifications: gotify\nChecking all containers (except explicitly disabled with label)\nRunning a one time update."
time="2021-04-17T15:07:23+02:00" level=debug msg="Checking containers for updated images"
time="2021-04-17T15:07:23+02:00" level=debug msg="Retrieving running containers"
```
A docker compose file that is obviously not a log:
```
version: '3'
services:
watchtower:
image: containrrr/watchtower:latest
container_name: watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
```
**Expected behavior**
Things to not be broken