blob: 4c038647b127ec1f7556cd52bd9b5b2492bf5b7f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
version: '3.7'
services:
void:
build:
context: .
init: true
logging:
driver: journald
ports:
- '23666:23666'
restart: unless-stopped
volumes:
- state:/var/lib/void
volumes:
state:
|