txw/devops/docker-compose.override.example.yml

11 lines
364 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 本机端口冲突时复制为 docker-compose.override.yml该文件已在 .gitignore 中忽略,勿提交)
# 用法cd devops && copy docker-compose.override.example.yml docker-compose.override.yml
# docker compose -f docker-compose.infra.yml -f docker-compose.override.yml up -d
version: '3.8'
services:
redis:
ports:
- "16379:6379"