fix yamllint findings
This commit is contained in:
parent
2f893f17ea
commit
26d8985b1a
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
---
|
|
||||||
version: "3.6"
|
version: "3.6"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -22,7 +21,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ./nginx/:/etc/nginx:ro # See config file below
|
- ./nginx/:/etc/nginx:ro # See config file below
|
||||||
|
|
||||||
bumper:
|
bumper:
|
||||||
image: bmartin5692/bumper
|
image: bmartin5692/bumper
|
||||||
|
|
@ -34,7 +33,7 @@ services:
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
PGID: 1000
|
PGID: 1000
|
||||||
TZ: Europe/Rome
|
TZ: Europe/Rome
|
||||||
BUMPER_ANNOUNCE_IP: XXX # Insert your IP
|
BUMPER_ANNOUNCE_IP: XXX # Insert your IP
|
||||||
BUMPER_LISTEN: 0.0.0.0
|
BUMPER_LISTEN: 0.0.0.0
|
||||||
# BUMPER_DEBUG: "true"
|
# BUMPER_DEBUG: "true"
|
||||||
LOG_TO_STDOUT: "true"
|
LOG_TO_STDOUT: "true"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue