the right directory and start cron at start before apache2ctlpull/9/head
parent
870a041ae7
commit
3b2f81ab30
@ -0,0 +1,21 @@
|
|||||||
|
version: "2"
|
||||||
|
|
||||||
|
services:
|
||||||
|
#GLPI Container
|
||||||
|
glpi:
|
||||||
|
build: ./
|
||||||
|
image: myglpi
|
||||||
|
container_name : myglpi
|
||||||
|
ports:
|
||||||
|
- "9080:80"
|
||||||
|
links:
|
||||||
|
- mysql:mysql
|
||||||
|
restart: always
|
||||||
|
|
||||||
|
#Mysql Container
|
||||||
|
mysql:
|
||||||
|
image: mysql
|
||||||
|
container_name: mysql
|
||||||
|
hostname: mysql
|
||||||
|
env_file:
|
||||||
|
- ./mysql.env
|
||||||
Loading…
Reference in new issue