Skip to content

Commit

Permalink
Update docker-compose-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofraga authored Sep 16, 2021
1 parent e204314 commit 233dab6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
# volumes:
# - glpi-volume-files:/var/www/html/files:rw
# - glpi-volume-plugins:/var/www/html/plugins:rw
# - glpi-volume-config:/var/www/html/config:rw
environment:
GLPI_LANG: pt_BR
MARIADB_HOST: mariadb-glpi
Expand All @@ -47,7 +48,7 @@ services:
#
# CRON
#
crond:
cronjob:
build: crond/
image: fametec/glpi:9.5.6-crond
restart: unless-stopped
Expand All @@ -63,6 +64,7 @@ services:
# volumes:
# - glpi-volume-files:/var/www/html/files:rw
# - glpi-volume-plugins:/var/www/html/plugins:rw
# - glpi-volume-config:/var/www/html/config:rw
networks:
- glpi-backend
#
Expand All @@ -71,6 +73,7 @@ services:
# volumes:
# glpi-volume-files:
# glpi-volume-plugins:
# glpi-volume-config:
# mariadb-glpi-volume:
#
# NETWORKS
Expand Down

0 comments on commit 233dab6

Please sign in to comment.