Sign inSign up

kaneymhf/docker-osticket

By kaneymhf

•Updated over 4 years ago

Osticket Ready Image

Image
0

376

kaneymhf/docker-osticket repository overview

Docker Pulls Docker Stars

⁠Docker Osticket

This images contains apache 2.4 and php 7.4 on port 80, based on CentOS 7 Linux, ready to serve osTicket 1.15

⁠Docker Informations

  • This image expose the following port
PortUsage
80/tcpHTTP Web application
  • The following volume is exposed by this image
VolumeUsage
/var/www/htmlThe files path of osTicket

⁠Usage

⁠Docker-compose Specific configuration examples

version: "3.2"

services:
#Mysql Container
  mysql:
    image: mariadb:10.4
    container_name: mysql
    hostname: mysql
    environment:
      - MYSQL_ROOT_PASSWORD=glpi
      - MYSQL_DATABASE=glpi
      - MYSQL_USER=glpi
      - MYSQL_PASSWORD=glpi
      - TZ=Etc/GMT+3
    volumes:
    - /path/to/data:/var/lib/mysql

#GLPI Container
  glpi:
    image: kaneymhf/docker-osticket
    container_name : osticket
    hostname: osticket
    ports:
      - "80:80"
    environment:
      - TZ=Etc/GMT+3
    volumes:
      - /path/to/files:/var/www/html

Tag summary

Content type

Image

Digest

Size

281.3 MB

Last updated

over 4 years ago

docker pull kaneymhf/docker-osticket