Skip to content

Commit

Permalink
Add compose example file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kaupat committed Apr 6, 2019
1 parent 724bd90 commit 50648d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'

services:
xentral:
image: lobaro/xentral-docker:latest
restart: always
volumes:
- /var/data/xentral/userdata:/var/www/html/userdata
- /var/data/xentral/conf:/var/www/html/conf
# Allows do run the update faster after recreating the container
- /var/data/xentral/download:/var/www/html/download

0 comments on commit 50648d9

Please sign in to comment.