Actualiser glpi/docker-compose.yml.example
This commit is contained in:
parent
0920901d2f
commit
51c69334a7
1 changed files with 3 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ services:
|
||||||
- config:/var/www/html/config
|
- config:/var/www/html/config
|
||||||
- marketplace:/var/www/html/marketplace
|
- marketplace:/var/www/html/marketplace
|
||||||
- plugins:/var/www/html/plugins
|
- plugins:/var/www/html/plugins
|
||||||
|
- install:/var/www/html/install
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- web
|
- web
|
||||||
- glpi
|
- glpi
|
||||||
|
|
@ -46,6 +48,7 @@ volumes:
|
||||||
config:
|
config:
|
||||||
marketplace:
|
marketplace:
|
||||||
plugins:
|
plugins:
|
||||||
|
install:
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
external: true
|
external: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue