1
0
mirror of https://github.com/oliverbooth/VPLink synced 2024-10-18 10:16:10 +00:00
VPLink/docker-compose.yml

17 lines
331 B
YAML

version: '3.9'
services:
vplink:
container_name: VPLink
pull_policy: build
build:
context: .
dockerfile: Dockerfile
volumes:
- type: bind
source: /var/log/vp/vplink
target: /app/logs
- type: bind
source: /etc/vp/vplink
target: /app/data
restart: always