test port 8008

This commit is contained in:
Jonas 12t 2021-10-05 14:06:35 +04:00
parent cbbd3fe6e6
commit ee9c2ce876
1 changed files with 3 additions and 2 deletions

View File

@ -36,13 +36,14 @@ services:
- backend
billeterie_nginx:
container_name: billeterie_nginx
image: nginx
restart: always
volumes:
- ../DjangoFiles:/DjangoFiles
- ../Nginx:/etc/nginx/conf.d
# ports:
# - 8008:80
ports:
- 8008:80
depends_on:
- billetterie_django
labels: