Unable to Access PHP 8.3 Docker Container on 127.0.0.1 #396
Answered
by
jaydrogers
anhducbkhn
asked this question in
Q&A
-
I am doing some testing with PHP 8.3 image. my local:
version: '3.8'
services:
php:
image: serversideup/php:8.3-fpm-nginx
ports:
- 80:80
environment:
SSL_MODE: "off"
volumes:
- .:/var/www/html This is my code folder
When I run command I am using old version of serversideup/php:8.2-fpm-nginx and it still working. Please help me identify where I might be going wrong. |
Beta Was this translation helpful? Give feedback.
Answered by
jaydrogers
Jul 10, 2024
Replies: 1 comment 4 replies
-
I am not able to replicate. Try pulling the image and try again. Pull imagedocker pull serversideup/php:8.3-fpm-nginx My Result |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
anhducbkhn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am not able to replicate. Try pulling the image and try again.
Pull image
My Result