diff --git a/compose.yml b/compose.yml index fc74369..23f3296 100644 --- a/compose.yml +++ b/compose.yml @@ -44,6 +44,15 @@ services: volumes: - ./wordpress/html:/var/www/html + #phpmyadmin: + # image: bitnami/phpmyadmin:5.2.0-debian-11-r43 + # ports: + # - 8080:8080 + # - 8443:8443 + # environment: + # DATABASE_HOST: db + # restart: always + #redis: # image: redis:6.2.14 # restart: always