WP DB Connection Issue
User version: '3.3' services: nginx: image: nginx:latest container_name: other7-nginx ports: – "5500:80" networks: – other-7app-network volumes: – ./nginx:/etc/nginx/conf.d – ./applications/dndw-test:/var/www/dndw-test depends_on: – php php: build: context: ./php container_name: other-7php volumes: – ./applications/dndw-test:/var/www/dndw-test expose: – "9000" working_dir: /var/www networks: – other-7app-network ot7mysql2: image: mysql:8.0 container_name: other-72mysql environment: MYSQL_ROOT_PASSWORD: rootpassword MYSQL_DATABASE: site_db MYSQL_USER: user MYSQL_PASSWORD: userpassword volumes: […]