mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-30 00:26:08 +02:00
.github
data
nginx
templates
default.conf.template
php-upstream.conf.template
Dockerfile
nginx.conf
php-fpm
.env
.gitignore
LICENSE
README.md
docker-compose-dev.yml
docker-compose.yml
4 lines
47 B
Plaintext
4 lines
47 B
Plaintext
upstream php-upstream {
|
|
server php:9001;
|
|
}
|