mirror of
https://github.com/oliverbooth/VPLink
synced 2024-11-09 23:25:42 +00:00
17 lines
338 B
YAML
17 lines
338 B
YAML
version: '3.9'
|
|
services:
|
|
vplink:
|
|
container_name: VPLink
|
|
pull_policy: build
|
|
build:
|
|
context: .
|
|
dockerfile: VPLink/Dockerfile
|
|
volumes:
|
|
- type: bind
|
|
source: /var/log/vp/vplink
|
|
target: /app/logs
|
|
- type: bind
|
|
source: /etc/vp/vplink
|
|
target: /app/data
|
|
restart: always
|