small refactor

This commit is contained in:
Alexander
2023-08-28 22:11:26 +02:00
parent 05dfb923b3
commit 10bea305cf
6 changed files with 116 additions and 113 deletions
+4 -2
View File
@@ -1,8 +1,8 @@
version: "3"
# Alexander Tebiev - https://github.com/beeyev
services:
phpmyadmin:
image: beeyev/phpmyadmin-lightweight:latest
image: ghcr.io/beeyev/phpmyadmin-docker-lightweight:test
container_name: 'phpmyadmin'
restart: unless-stopped
tty: true
@@ -13,6 +13,8 @@ services:
- 'PMA_PASSWORD=TestRootPassword'
ports:
- '8080:80'
depends_on:
- mysql
networks:
- network1