change example

This commit is contained in:
Ruben Momoa
2024-08-23 10:19:09 +02:00
parent 0a9a900ee7
commit b4fb921549

View File

@@ -16,8 +16,10 @@ services:
BOOT_NPM_DEV: true # also starts `npm dev`
BOOT_NPM_INSTALL: true # runs `npm install` on boot
BOOT_COMPOSER_INSTALL: true # runs `composer install` on boot
#EXTRA_APK_PACKAGES: # string with extra packages to install on first boot example: "git python"
#EXTRA_PHP_EXTENSIONS: # string with extra php extensions to install on first boot
# Extra packages and php extensions to install on first boot
# EXTRA_APK_PACKAGES: # example: libpng-dev icu-dev
# EXTRA_PHP_EXTENSIONS: # example: exif intl bcmath gd pdo_mysql
depends_on:
- mysql
- redis