7 lines
113 B
YAML
7 lines
113 B
YAML
version: "3.8"
|
|
services:
|
|
worker:
|
|
user: root
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|