We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
复现方式
部署方式 : docker compose ` version: '3.8'
services: domain-admin: volumes: - './data/database:/app/database' - './data/logs:/app/logs' ports: - '8000:8000' environment: - DB_CONNECT_URL=mysql://xxxxx/domain_admin container_name: domain-admin image: domain-admin:v1.6.45 restart: always `
The text was updated successfully, but these errors were encountered:
我需要重启 容器 才能正常访问
Sorry, something went wrong.
No branches or pull requests
复现方式
部署方式 : docker compose
`
version: '3.8'
services:
domain-admin:
volumes:
- './data/database:/app/database'
- './data/logs:/app/logs'
ports:
- '8000:8000'
environment:
- DB_CONNECT_URL=mysql://xxxxx/domain_admin
container_name: domain-admin
image: domain-admin:v1.6.45
restart: always
`
The text was updated successfully, but these errors were encountered: