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
on version syspass:3.2.3 Linux - ubuntu 22.04 installation via Docker `version: '2' services: app: container_name: syspass-app image: syspass/syspass:3.2.3 restart: always ports: - "80" - "443" links: - db volumes: - syspass-config:/var/www/html/sysPass/app/config - syspass-backup:/var/www/html/sysPass/app/backup environment: - USE_SSL=yes db: container_name: syspass-db restart: always image: mariadb:10.2 environment: - MYSQL_ROOT_PASSWORD=syspass ports: - "3306" volumes: - syspass-db:/var/lib/mysql
volumes: syspass-config: {} syspass-backup: {} syspass-db: {}`
The text was updated successfully, but these errors were encountered:
Here is the solution #1828 "3.2.3 is still broken, i downgraded to 3.2.11 for it to work."
Sorry, something went wrong.
No branches or pull requests
on version syspass:3.2.3
Linux - ubuntu 22.04
installation via Docker
`version: '2'
services:
app:
container_name: syspass-app
image: syspass/syspass:3.2.3
restart: always
ports:
- "80"
- "443"
links:
- db
volumes:
- syspass-config:/var/www/html/sysPass/app/config
- syspass-backup:/var/www/html/sysPass/app/backup
environment:
- USE_SSL=yes
db:
container_name: syspass-db
restart: always
image: mariadb:10.2
environment:
- MYSQL_ROOT_PASSWORD=syspass
ports:
- "3306"
volumes:
- syspass-db:/var/lib/mysql
volumes:
syspass-config: {}
syspass-backup: {}
syspass-db: {}`
The text was updated successfully, but these errors were encountered: