Via
Via
> Ensure that the instance is stopped before deleting the folder (using `docker-compose stop`). If that does not work then could you try cloning the repo again? This to ensure...
> Ensure that the instance is stopped before deleting the folder (using `docker-compose stop`). If that does not work then could you try cloning the repo again? This to ensure...
> Ensure that the instance is stopped before deleting the folder (using `docker-compose stop`). If that does not work then could you try cloning the repo again? This to ensure...
Leaving open in case devs would like to add a warning, feel free to close
> Run "docker-compose logs -f" In the szuru folder in your home directory, same folder where your .env file is. run "sudo chown -R 1000:1000 /var/local/szurubooru" too. May need sudo...
> That requires a signup/email, though. It also requires login. also it allows for them to constantly track you all over the internet
``` cat docker-compose.yml version: "3.8" volumes: nextcloud_aio_mastercontainer: name: nextcloud_aio_mastercontainer # This line is not allowed to be changed services: nextcloud: image: nextcloud/all-in-one:latest # Must be changed to 'nextcloud/all-in-one:latest-arm64' when used...
``` docker-compose --version docker-compose version 1.25.0, build unknown ``` I followed the instructions here: https://docs.docker.com/engine/install/debian/ to install docker.
> Maybe try it with docker-compose v2 And just a small note, `8081:8081` should be `8081:8080`, since the first number is the external port and 8080 the internal port I...
> Yes, but the first port is the port where it will be reachable, and the second is the port internally of the docker container, you could have 100 containers...