소스 검색

Code formatted, linted with yamllint

pull/3514/head
w.z 1 년 전
부모
커밋
4b917251e8
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. +5
    -4
      examples/reverse-proxies/caddy2-in-container/docker-compose.yaml

+ 5
- 4
examples/reverse-proxies/caddy2-in-container/docker-compose.yaml 파일 보기

@@ -1,10 +1,11 @@
---
version: "3.9"

services:
caddy:
image: caddy:2.5.1-alpine
networks:
# add this, so that caddy can talk to the playbook-managed-traefik
# add this, so that caddy can talk to the playbook-managed-traefik
- traefik
ports:
- "80:80"
@@ -12,11 +13,11 @@ services:
- "8448:8448"
volumes:
- ./Caddyfile:/etc/caddy/Caddyfile
# - ./site:/var/www
# Other configurations ...
# - ./site:/var/www
# Other configurations ...

networks:
# add this as well
traefik:
name: traefik
external: true
external: true

불러오는 중...
취소
저장