Skip to main content

All Questions

Tagged with
0 votes
1 answer
40 views

Running Angular 17 with symfony 6 and docker

I have an angular 17 / symfony 6 project on docker. The matter is I can't run the app on localhost:4200. I have an "err_connection_reset" on my browser. However, the angular container is ...
Jully's user avatar
  • 7
0 votes
0 answers
46 views

Docker & Laravel & Vue - and get AxiosError 'Network Error'

I ran my app and attempted to log in, but encountered a failure and received an error in the console: AxiosError {message: 'Network Error', name: 'AxiosError', code: 'ERR_NETWORK', config: {…}, ...
yakov's user avatar
  • 611
0 votes
1 answer
38 views

docker-compose creates container but does not start apache container

I am using docker-compose to start two containers, one an apache container and the other a maria container. The maria container starts but the apache container shows as created on the docker desktop ...
user1790300's user avatar
  • 1,785
0 votes
0 answers
53 views

How to setup docker rootless compose with apache php image and bind mount? (file owner)

i try to get this to work: os is debian based docker image: php:7.4-apache php application code is copied to image on build compose bind mount a sub-folder in the application directories for ...
Stefan Krüger s-light's user avatar
4 votes
2 answers
243 views

apache and php in seperate containers on ubuntu

I have pulled apache and php-fpm:alpine images into docker-compose.yml as services and trying to connect between these two containers but failed to do so. It says requested URL was not found on the ...
Vishy's user avatar
  • 285
0 votes
0 answers
48 views

Issues Configuring Nextcloud AIO with CapRover and Nginx Reverse Proxy

I'm trying to set up Nextcloud AIO (All-in-One) on my server using CapRover. The setup involves configuring a reverse proxy with Nginx to route requests to the appropriate Docker containers. Here's ...
Petchav's user avatar
  • 131
0 votes
0 answers
16 views

Different response in terminal when using docker run vs docker-compose

My current level: Docker Beginner+/ Intermediate. I am testing the following repo (though I think the question applies to any docker/ docker-compose file) https://github.com/rsubr/php-apache-ubuntu I ...
aVC's user avatar
  • 2,334
0 votes
1 answer
151 views

Laravel Sail: Making lighter Docker images on Laravel Sail project

I've been trying to make some modifications to the default 'docker-compose.yml' and Dockerfiles autogenerated by Laravel Sail after it's installed into my Laravel project. I've been attempting this ...
Leandro Caplan's user avatar
0 votes
1 answer
49 views

Frontend Docker container exited after creation and is not working

I've been trying to create a container with my frontend on Vue, but when it is created, it immediately exits and is not running. Here i show my Dockerfile: # compliation FROM node:latest as build-...
pol's user avatar
  • 3
0 votes
0 answers
39 views

Keycloak + Apache containers timeout

I'm trying to start a container that contains apache and keycloak and configure the openoidc in it. This is my docker-compose: version: "3.8" services: frontend: build: ./frontend ...
Victor Magalhães's user avatar
-1 votes
1 answer
296 views

Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request

I'm running a Laravel project using docker-compose and here's the docker-compose.yaml: version: '3.7' services: apis: ports: - "9000:80" build: dockerfile: Dockerfile ...
Mikko's user avatar
  • 1
0 votes
1 answer
62 views

Docker cannot run apache and nginx services at the same time on custom domain

First of all, thank you for your valuable answers, I am sharing the docker-compose.yml code with you; I don't have much docker knowledge but I need help because I need to use docker in this project. I ...
j223a's user avatar
  • 1
0 votes
2 answers
52 views

PHP-FPM Container doesn't interpreter PHP code from HTTPD Container

I typed a compose file which run a httpd like a web-server, nginx like a proxy to httpd, and php-fpm like a *.php files interpreter. when I open localhost on browser I can look files on /var/www/html, ...
kostik kostik's user avatar
0 votes
0 answers
44 views

Rewrite url apache container docker-compose

I have a container running apache. This Apache loads an http with a folder called "oca", inside it there is a bundles.json where there is an object with the ids of some products and each id ...
Abner Santos's user avatar
0 votes
2 answers
158 views

Multi Site PHP-Apache docker

I've been trying to build a multi site Apache docker but all in vain. Here is my docker-compose.yml version: '3.9' services: app: container_name: Core build: context: ./conf/...
abmmhasan's user avatar
  • 369

15 30 50 per page
1
2 3 4 5
14