Compare commits

...

1 commit

Author SHA1 Message Date
f1975fb586 Switch label designer to dersimn/brother_ql_web 2023-11-02 22:07:32 +01:00

View file

@ -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 }}"