Bind mount hosts fonts folder

This commit is contained in:
2022-08-25 23:18:39 +02:00
parent 69cdc54c80
commit 4d383af59d

View File

@@ -12,6 +12,7 @@ services:
working_dir: /app working_dir: /app
volumes: volumes:
- ./:/app - ./:/app
- /usr/share/fonts/:/usr/share/fonts/
mysql: mysql:
image: mysql:8.0 image: mysql:8.0
ports: ports: