mirror of
https://ark.sudovanilla.org/Korbs/Netweak-Agent-Docker.git
synced 2024-12-22 19:43:52 +00:00
7 lines
169 B
YAML
7 lines
169 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
agent:
|
||
|
image: quay.io/sudovanilla/netweak-agent:latest
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- ./token.conf:/etc/netweak/token.conf
|