Skip to content

Commit 50648d9

Browse files
author
Tobias Kaupat
committed
Add compose example file
1 parent 724bd90 commit 50648d9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: docker-compose.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: '3'
2+
3+
services:
4+
xentral:
5+
image: lobaro/xentral-docker:latest
6+
restart: always
7+
volumes:
8+
- /var/data/xentral/userdata:/var/www/html/userdata
9+
- /var/data/xentral/conf:/var/www/html/conf
10+
# Allows do run the update faster after recreating the container
11+
- /var/data/xentral/download:/var/www/html/download

0 commit comments

Comments
 (0)