Skip to content

Commit ebd6cfe

Browse files
author
Quentin H
committed
update version in docker compose
1 parent 4c98162 commit ebd6cfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker-compose.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ services:
1111
- MYSQL_PASSWORD
1212
- MYSQL_DATABASE
1313
web:
14-
image: vigilobs/vigilo-backend:0.0.18
14+
image: vigilobs/vigilo-backend:0.0.19
1515
working_dir: /var/www/html
1616
ports:
1717
- "${BIND}:80"
1818
links:
1919
- db
2020
volumes:
21+
- ./app:/var/www/html
22+
- ./config/config.php.docker:/var/www/html/config/config.php
2123
- ${VOLUME_PATH}/files/caches:/var/www/html/caches
2224
- ${VOLUME_PATH}/files/maps:/var/www/html/maps
2325
- ${VOLUME_PATH}/files/images:/var/www/html/images

0 commit comments

Comments
 (0)