fix compose bug

This commit is contained in:
einhornimmond 2021-04-06 17:05:07 +02:00
parent 663c11e3c2
commit 7787863c23
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ services:
- community-server
- login-server
volumes:
- ./logs:/var/log/nginx
- ./logs/nginx:/var/log/nginx
#########################################################
## PHPMYADMIN ###########################################

View File

@ -16,8 +16,6 @@ services:
target: production
networks:
- external-net
depends_on:
- nginx
ports:
- 8080:8080
environment:
@ -69,6 +67,7 @@ services:
- 1201:1201
volumes:
- ./configs/login_server:/etc/grd_login
- login_build:/code/build_vol
#########################################################
## NGINX ################################################
@ -135,4 +134,5 @@ networks:
internal: true
volumes:
db_vol:
db_vol:
login_build: