Moved many utility files to one big "tools" folder
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# Docker Compose for Open Ticket v4
|
||||
version: '3'
|
||||
services:
|
||||
openticket:
|
||||
build: .
|
||||
volumes:
|
||||
- openticket:/home/container
|
||||
restart: no
|
||||
container_name: open-ticket
|
||||
volumes:
|
||||
openticket:
|
||||
Reference in New Issue
Block a user