I am trying to set up a Docker Compose, which worked in the past, but now for some reason I get an error that my wordpress cannot connect to mysql. What am I doing wrong? version: "3.5" services: mysql: container_name: ${NAME}_database im...
I tried to add a user to my Docker setup in order to manage file permissions in shared volumes, but now it just exits. What am I doing wrong? Is it a wrong permission to the entrypoint? FROM ubuntu:focal ENV DEBIAN_FRONTEND=noninteractive ENV TZ=Eur...
I'm trying to build a Dockerfile for MySQL, but for some reason I keep receiving this error code 2. I can build it manually on an identical server, so I am out of good ideas what is going wrong, and hope someone here can help me sort it out? Also I w...
docker-compose.yml services: db: image: postgres environment: - POSTGRES_PASSWORD=mydbsecretpassword wordpress: image: wordpress ports: - "8085:80" While composing the file I am getting the error: ERROR: The Compose...







324






190


167

128
