Compare commits
1 commit
feat/k3s-s
...
master
Author | SHA1 | Date | |
---|---|---|---|
f1975fb586 |
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
pwr_meter_pulse_gw_image: netz39/power-meter-pulse-gateway:0.3.0
|
||||
|
||||
brotherql_host_port: 9004
|
||||
brotherql_web_image: pklaus/brother_ql_web:alpine_9e20b6d
|
||||
brotherql_web_image: dersimn/brother_ql_web:2.1-alpine
|
||||
|
||||
roles:
|
||||
# role 'docker_setup' applied through group 'docker_host'
|
||||
|
@ -187,7 +187,7 @@
|
|||
state: started
|
||||
ports:
|
||||
- "127.0.0.1:{{ brotherql_host_port }}:8013"
|
||||
command: " ./brother_ql_web.py --model QL-720NW tcp://{{ brotherql_printer_ip }}"
|
||||
command: "--default-label-size 62 --model QL-720NW tcp://{{ brotherql_printer_ip }}"
|
||||
detach: yes
|
||||
env:
|
||||
TZ: "{{ timezone }}"
|
||||
|
|
Loading…
Reference in a new issue