Search
Items tagged with: Docker
can I switch the docker branch now?
I have right now:
app:
image: friendica:2025.07-rc-fpmand
cron:
image: friendica:2025.07-rc-fpmCan I switch this to:
app:
image: friendica:stable-fpmand
cron:
image: friendica:stable-fpmAnd just do a docker pull?
#Friendica #Docker
I think it's a configuration issue regarding your problem , try opening a new thread on @Friendica Support and mention that you use #docker
So mal ein paar Fragen zu Friendica
1.) kann ich meinen Account und auch einen RSS Feed Spiegel auf eine anderen Server (wo ich auch Admin bin) umziehen.
2.) Wo definiert man den Email Server auf dem der Friendica Server Daten per Email Schickt
3.) Kann es sein das im Docker Image von Friendica, der Friendica Worker nicht eingerichtet ist. Beispielsweise als Service in der systemd
#friendica #worker #accounts #docker #email
I wonder if anyone besides @Philipp Holzer is familiar with the docker setup and knows docker better than me.
I am not a newbie to docker, but first questions that came up when I looked at friendica/docker where if I can still use the same config file I do use now, so not to uses these Environment Variables given under Friendica Settings?
Also need to figure out how to load the database I got (a dump) into this docker mysql, I guess that should be fairly easy with a pipe.
But it is all this little things that I am not sure about and that would take me ages to figure out without know what actually to search for.
#Friendica #Docker #Help
Beim Erstellen in #Portainer habe ich dafรผr folgende Environment Variablen fรผr die Datenbank angegeben:
MYSQL_DATABASE = friendica
MYSQL_HOST = localhost
MYSQL_PASSWORD = Password
MYSQL_PORT = 3306
MYSQL_USER = friendicaWenn ich allerdings bei dem Installations-Assistenten diese Werte eingebe, werden sie nicht akzeptiert. Sollten sie aber doch. Oder habe ich irgendwo einen Denkfehler?
@Friendica Support @Friendica Admins