mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
17 lines
309 B
YAML
17 lines
309 B
YAML
version: "3.8"
|
|
services:
|
|
barcode-server:
|
|
image: markusressel/barcode-server
|
|
ports:
|
|
- "8000:8000"
|
|
- "9654:9654"
|
|
volumes:
|
|
- ./data:/app/config
|
|
environment:
|
|
- PUID=0
|
|
- PGID=0
|
|
devices:
|
|
- /dev/input
|
|
working_dir: /app/config
|
|
restart: unless-stopped
|