Skip to content

Commit

Permalink
Add MariaDB 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Nov 16, 2023
1 parent 520072c commit a89bb4b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ NODE_TAG=20-dev-1.27.0

### --- MARIADB ----

MARIADB_TAG=11.0-3.27.1
MARIADB_TAG=11.1-3.27.1
#MARIADB_TAG=11.0-3.27.1
#MARIADB_TAG=10.11-3.27.1
#MARIADB_TAG=10.6-3.27.1
#MARIADB_TAG=10.5-3.27.1
Expand Down
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ Docker4PHP is a set of docker images optimized for PHP. Use `docker-compose.yml`

The PHP stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-------------------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [PHP] | 8.2, 8.1, 8.0 | [wodby/php] |||
| Crond | | [wodby/php] || |
| [MariaDB] | 11.0, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] || |
| [Redis] | 7, 6 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [Webgrind] | 1 | [wodby/webgrind] | | |
| [Xhprof viewer] | latest | [wodby/xhprof] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
| Traefik | latest | [_/traefik] |||
| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|-----------------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.25, 1.24 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [PHP] | 8.2, 8.1, 8.0 | [wodby/php] |||
| Crond | | [wodby/php] || |
| [MariaDB] | 11, 10.11, 10.6, 10.5, 10.4 | [wodby/mariadb] |||
| [PostgreSQL] | 16, 15, 14, 13, 12 | [wodby/postgres] || |
| [Redis] | 7, 6 | [wodby/redis] || |
| [Memcached] | 1 | [wodby/memcached] | | |
| [Node.js] | 20, 18 | [wodby/node] | | |
| [Varnish] | 6.0 | [wodby/varnish] | | |
| [Solr] | 8 | [wodby/solr] | | |
| [Elasticsearch] | 7 | [wodby/elasticsearch] | | |
| [Kibana] | 7 | [wodby/kibana] | | |
| [OpenSMTPD] | 6.0 | [wodby/opensmtpd] | | |
| [Mailhog] | latest | [mailhog/mailhog] | ||
| [AthenaPDF] | 2.16.0 | [arachnysdocker/athenapdf-service] | | |
| [Rsyslog] | latest | [wodby/rsyslog] | | |
| [Webgrind] | 1 | [wodby/webgrind] | | |
| [Xhprof viewer] | latest | [wodby/xhprof] | | |
| Adminer | 4.6 | [wodby/adminer] | | |
| phpMyAdmin | latest | [phpmyadmin/phpmyadmin] | | |
| Traefik | latest | [_/traefik] |||
## Documentation

Expand Down

0 comments on commit a89bb4b

Please sign in to comment.