Skip to content
New issue

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

syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ')' #1926

Open
Orbitroll opened this issue Mar 14, 2024 · 1 comment
Open

syntax error, unexpected '->' (T_OBJECT_OPERATOR), expecting ')' #1926

Orbitroll opened this issue Mar 14, 2024 · 1 comment

Comments

@Orbitroll
Copy link

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: {}`

Screenshot 2024-03-14 095543

@kuenka123
Copy link

Here is the solution #1828
"3.2.3 is still broken, i downgraded to 3.2.11 for it to work."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants