Merge branch 'dev-v4.2' into pr/208
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# Docker Compose for Open Ticket
|
||||
services:
|
||||
openticket:
|
||||
image: djj123dj/open-ticket:latest
|
||||
volumes:
|
||||
- config:/home/container/config
|
||||
- database:/home/container/database
|
||||
- plugins:/home/container/plugins
|
||||
restart: unless-stopped
|
||||
container_name: open-ticket
|
||||
|
||||
volumes:
|
||||
config:
|
||||
database:
|
||||
plugins:
|
||||
Reference in New Issue
Block a user