Обновить docker-compose.yml

This commit is contained in:
2026-04-22 12:23:59 +00:00
parent 58c7f4ae1a
commit e647e4ca8c

View File

@@ -4,7 +4,7 @@ services:
container_name: frontend-stub
restart: always
ports:
- "8080:80"
- "4201:80"
volumes:
# Прокидываем наш файлик так, чтобы он открывался по адресу /login
- ./index.html:/usr/share/nginx/html/login/index.html