Replace adminer with phpmyadmin

This commit is contained in:
lars-hagen
2020-01-27 21:56:20 +01:00
parent bafe765df3
commit 997c42e3e5
+4 -3
View File
@@ -36,9 +36,10 @@ services:
restart: always restart: always
environment: environment:
TZ: ${TimeZone} TZ: ${TimeZone}
adminer: phpmyadmin:
image: dockette/adminer:full image: bitnami/phpmyadmin:latest
ports: ports:
- 8080:80 - 8080:80
- 8443:443
environment: environment:
- MEMORY=-1 DATABASE_HOST: mysql