[GH-ISSUE #716] docker启动用户名和密码是多少 #3470

Closed
opened 2026-02-28 11:56:15 +03:00 by kerem · 1 comment
Owner

Originally created by @jxs1211 on GitHub (Nov 11, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/716

Describe the bug
admin登陆失败: Incorrect username or password

To Reproduce
Steps to reproduce the behavior:
n/a

Expected behavior
可以正常登陆

Screenshots
If applicable, add screenshots to help explain your problem.

Info (please complete the following information):

  • Server OS: [Mac sonoma 14.5]
  • Server Arch: [x64]
  • Nginx UI Version: [uozi/nginx-ui:latest]
  • Your Browser: [Chrome]

Additional context
Add any other context about the problem here.

version: '3'

services:
  nginx-ui:
    image: uozi/nginx-ui:latest
    container_name: nginx-ui
    # restart: always
    environment:
      - TZ=Asia/Shanghai
    volumes:
      - ./nginx:/etc/nginx          # Changed to local directory
      - ./nginx-ui:/etc/nginx-ui    # Changed to local directory
      - ./www:/var/www             # Changed to local directory
    ports:
      - "8080:80"
      - "8443:443"
Originally created by @jxs1211 on GitHub (Nov 11, 2024). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/716 **Describe the bug** admin登陆失败: Incorrect username or password **To Reproduce** Steps to reproduce the behavior: n/a **Expected behavior** 可以正常登陆 **Screenshots** If applicable, add screenshots to help explain your problem. **Info (please complete the following information):** - Server OS: [Mac sonoma 14.5] - Server Arch: [x64] - Nginx UI Version: [uozi/nginx-ui:latest] - Your Browser: [Chrome] **Additional context** Add any other context about the problem here. ```docker version: '3' services: nginx-ui: image: uozi/nginx-ui:latest container_name: nginx-ui # restart: always environment: - TZ=Asia/Shanghai volumes: - ./nginx:/etc/nginx # Changed to local directory - ./nginx-ui:/etc/nginx-ui # Changed to local directory - ./www:/var/www # Changed to local directory ports: - "8080:80" - "8443:443" ```
kerem 2026-02-28 11:56:15 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@0xJacky commented on GitHub (Nov 11, 2024):

访问 ip:port/#/install 完成安装步骤

<!-- gh-comment-id:2468297465 --> @0xJacky commented on GitHub (Nov 11, 2024): 访问 ip:port/#/install 完成安装步骤
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#3470
No description provided.