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 14:24:36 +03:00

21 lines
319 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
}
cmd: [
arg1
arg2
]
}