Closed mzzntn closed 4 years ago
Reinstall docker using the official apt repo rather than using snap and try again.
Same issue, i'm new to docker and i think i've made some errors in the docker-compose.yml the idea was to start the database and piwigo in the same time and be able to connect them toghether
To configure piwigo, once the container has started, you need to browse to http://host.ip.address.here:80
then you configure the database information there.
Solved thanks
If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.
Expected Behavior
Continue the installation process
Current Behavior
Error message: Cannot connect to server
Environment
OS: Elementay OS
CPU architecture: x86_64
How docker service was installed: Snap
Command used to create docker container (run/create/compose/screenshot)
version: "2" services: MySQL:
image: mysql:latest restart: always container_name: piwi_MySQL environment: MYSQL_ROOT_PASSWORD: test MYSQL_DATABASE: test MYSQL_USER: test MYSQL_PASSWORD: test volumes:
./piwigo/db:/var/lib/mysql
piwigo: image: linuxserver/piwigo container_name: piwigo environment:
Docker logs