主页
Docker

php 容器编排

Akiraka
Docker Docker Compose
2020-2-9
php:
    image: php:7.2.20
    restart: always
    container_name: php
    volumes:
      - /data/nginx/wwwroot:/data/wwwroot
    ports:
      - "9000:9000"
阅读剩余
版权声明:
作者:Akiraka
链接:https://www.akiraka.net/linux/95.html
文章版权归作者所有,未经允许请勿转载。
THE END
dockerlinux容器编排
Docker Compose 内网设置
<<上一篇
Nginx 容器编排
下一篇>>
相关推荐
Docker 登录镜像仓库 Error saving credentials: error storing credentials - err: exec: "docker-credential-desktop": executable file not found in $PATH, out: ``
Grafana 权限允许Viewer使用explore
Alertmanager Docker 启动报错
Confluence 8.0.2 安装并破解
Dockerfile 构建 FreeRadis 镜像
生成 GitLab EE 许可证
GitLab 10.4.0 迁移到 Docker 版本 GitLab 14.4.1
RedHat 代替 Docker 使用 Buildah 构建镜像,推送,登录等使用教程
修改 Docker 镜像默认存储位置的方法
Dockerfile 使用说明

Tag Cloud

centos (13) confluence (2) docker (38) docker compose (4) dockerfile (2) elasticsearch (6) elk (2) env (2) esp32 (2) filebeat (2) gitlab (6) go (6) grafana (4) hadoop (13) helm (9) hive (2) jenkins (7) k8s (27) keycloak (7) kibana (3) kubernetes (27) linux (73) logstash (2) loki (2) mac (7) mysql (7) nfs (2) nginx (15) oss (2) php (3) pip (2) pyspark (6) python (5) RabbitMQ (3) radius (2) redis (2) rocketmq (2) shell (7) SonarQube (2) Spark (3) sso (5) ubuntu (12) windows (3) ZooKeeper (2) 容器编排 (8)
Copyright © 2026 Akiraka CoreNext Powered by WordPress