1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

fix: remove vendor mount

This commit is contained in:
Torsten Dittmann 2021-12-27 13:49:33 +01:00
parent 693b8c7185
commit ec5e129300
2 changed files with 2 additions and 2 deletions

View file

@ -380,7 +380,7 @@ services:
- _APP_REDIS_PASS
mariadb:
image: appwrite/mariadb:1.2.0 # fix issues when upgrading using: mysql_upgrade -u root -p
image: mariadb:10.7 # fix issues when upgrading using: mysql_upgrade -u root -p
container_name: appwrite-mariadb
restart: unless-stopped
networks:

View file

@ -71,7 +71,7 @@ services:
- ./psalm.xml:/usr/src/code/psalm.xml
- ./tests:/usr/src/code/tests
- ./app:/usr/src/code/app
- ./vendor:/usr/src/code/vendor
# - ./vendor:/usr/src/code/vendor
- ./docs:/usr/src/code/docs
- ./src:/usr/src/code/src
# - ./debug:/tmp