mirror of
https://github.com/bckelley/phpmyadmin-docker-lightweight.git
synced 2026-08-24 03:24:11 -05:00
small refactor
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user