fix nginx network

This commit is contained in:
ddadmin 2024-06-03 17:12:55 +03:00
parent ba34caae2b
commit 9949d05e12
1 changed files with 6 additions and 5 deletions

View File

@ -117,8 +117,10 @@ services:
- php - php
- static - static
networks: networks:
- dd ingress:
- ingress dd:
aliases:
- nginx
node-exporter: node-exporter:
image: prom/node-exporter:v1.7.0 image: prom/node-exporter:v1.7.0
@ -172,8 +174,7 @@ services:
- MAIL_FROM=${MAIL_FROM} - MAIL_FROM=${MAIL_FROM}
- MAIL_FROM_NAME=${MAIL_FROM_NAME} - MAIL_FROM_NAME=${MAIL_FROM_NAME}
volumes: volumes:
- ./configs/bookstack:/config - ./configs/bookstack:/config #- bookstack_data_volume:
#- bookstack_data_volume:
networks: networks:
- dd - dd