wordpress alpine added php7-iconv

This commit is contained in:
hulamy
2022-09-23 20:22:35 +02:00
parent 4d460d51a1
commit ea26d08301
4 changed files with 8 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ build:
$(SUDO) docker-compose -f $(COMPOSE) build $(SUDO) docker-compose -f $(COMPOSE) build
up: $(VOLUMES_D) up: $(VOLUMES_D)
$(SUDO) docker-compose -f $(COMPOSE) up -d $(SUDO) docker-compose -f $(COMPOSE) up
# list images, containers, volumes # list images, containers, volumes
list: list:

View File

@@ -230,4 +230,6 @@ sudo / find -type s
- [cli commands](https://developer.wordpress.org/cli/commands/) - [cli commands](https://developer.wordpress.org/cli/commands/)
- [cli install wordpress](https://make.wordpress.org/cli/handbook/how-to-install/) - [cli install wordpress](https://make.wordpress.org/cli/handbook/how-to-install/)
- `/wp-admin` - `/wp-admin`
- [alias localhost](https://stackoverflow.com/questions/19425086/alias-hostname-for-localhost)
- `sudo /etc/hosts` -> `127.0.0.1 hulamy.42.fr`

View File

@@ -17,10 +17,10 @@ WP_DIR=/var/www/html
WP_URL=hulamy.42.fr WP_URL=hulamy.42.fr
WP_TITLE=title WP_TITLE=title
WP_ADMIN=admin WP_ADMIN=hulamy
WP_ADMIN_PSWD="you shall not password !" WP_ADMIN_PSWD="you shall not password !"
WP_ADMIN_EMAIL=admin@email.fr WP_ADMIN_EMAIL=hulamy@42.fr
WP_USER=user WP_USER=moehu36
WP_USER_PSWD="it's a secret for nobody" WP_USER_PSWD="it's a secret for nobody"
WP_USER_EMAIL=user@email.fr WP_USER_EMAIL=moehu36@42.fr

View File

@@ -29,6 +29,7 @@
php7-mysqli \ php7-mysqli \
php7-phar \ php7-phar \
php7-json \ php7-json \
php7-iconv \
mariadb-client \ mariadb-client \
curl \ curl \
bash vim bash vim