Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardofraga authored Sep 16, 2021
1 parent 233dab6 commit 5791b44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,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 Down Expand Up @@ -55,6 +56,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 @@ -63,6 +65,7 @@ services:
volumes:
glpi-volume-files:
glpi-volume-plugins:
glpi-volume-config:
mariadb-glpi-volume:
#
# NETWORKS
Expand Down

0 comments on commit 5791b44

Please sign in to comment.