Archived
0
This repository has been archived on 2022-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
project-ctl/container.conf
2022-02-17 13:59:27 +03:00

17 lines
276 B
Plaintext

{
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
}
}