fix M1 chip

This commit is contained in:
Vassiliy Yegorov
2021-05-20 15:21:21 +07:00
parent 50716a55f2
commit 6a08e8706c
4 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ services:
MARIADB_USER: ${MARIADB_USER}
MARIADB_PASSWORD: ${MARIADB_PASSWORD}
MARIADB_DATABASE: ${MARIADB_DATABASE}
volumes:
- ./php/myapp:/var/www
ports:
- 80:80
networks: