Archived
0

update script

This commit is contained in:
dedic-one
2022-02-17 13:59:27 +03:00
parent e0e3659d44
commit 5e561d2531
6 changed files with 191 additions and 225 deletions

16
container.conf Normal file
View File

@@ -0,0 +1,16 @@
{
name: tools--phpmyadmin
title: phpMyAdmin
image: phpmyadmin:5.1.1-apache
ports: [
0.0.0.0:9091:80
]
volumes: [
/etc/timezone:/etc/timezone:ro
/etc/localtime:/etc/localtime:ro
]
env: {
PMA_ARBITRARY: 1
}
}