You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can solve this with the solution in thread, copying mapped dbsettings file into docker file and disabling mapped volume. But this is no persistent solution, because it is lost when recreating or restarting the dockerfile.
Having exactly the same issues as refered to in this thread https://githubmemory.com/repo/jgeusebroek/docker-spotweb/issues/23
Can solve this with the solution in thread, copying mapped dbsettings file into docker file and disabling mapped volume. But this is no persistent solution, because it is lost when recreating or restarting the dockerfile.
This is the docker-compose I am using:
spotweb:
image: jgeusebroek/spotweb:latest
container_name: spotweb
restart: unless-stopped
networks:
- t2_proxy
- default
security_opt:
- no-new-privileges:true
#ports:
#- "$SPOTWEB_PORT:88"
#HTTP Routers
#Middlewares
#HTTP Services
The text was updated successfully, but these errors were encountered: