update script
This commit is contained in:
16
container.conf
Normal file
16
container.conf
Normal 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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user