Fresh Installation - Path /var/www/html/sk is not writable! #5030
Unanswered
CHS-SUEDWERK
asked this question in
Q&A
Replies: 1 comment
-
|
You can run In my case, I now get stuck at this error:
This is where I’m at right now. If anyone has a solution, I’m open to suggestions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a fresh installation of teampass over the docker compose yml file
https://github.com/nilsteampassnet/TeamPass/blob/master/docker/docker-compose/docker-compose.yml
I installed the latest version.
After publishing the docker container i get to the install.php
When setting the absolute path to secure path to "/var/www/html/sk" i get the error message "Path /var/www/html/sk is not writable!"
This is very frustrating.
Here is my docker compose yml
version: "3.8"
services:
teampass:
image: teampass/teampass:latest
container_name: teampass-app
restart: unless-stopped
db:
image: mariadb:${MARIADB_VERSION:-11.2}
container_name: teampass-db
restart: unless-stopped
networks:
teampass-network:
driver: bridge
labels:
- "com.teampass.network=main"
volumes:
teampass-sk:
driver: local
labels:
- "com.teampass.volume=saltkey"
teampass-files:
driver: local
labels:
- "com.teampass.volume=files"
teampass-upload:
driver: local
labels:
- "com.teampass.volume=upload"
teampass-db:
driver: local
labels:
- "com.teampass.volume=database"
Beta Was this translation helpful? Give feedback.
All reactions