Replies: 1 comment
-
|
I'm not able to reproduce: 😅 $ docker run -it --rm --pull=always wordpress
latest: Pulling from library/wordpress
Digest: sha256:d40b86dbdfcfad808a2029acf6543c670c4a61c29f70b9d24605e7d0b31ab83d
Status: Image is up to date for wordpress:latest
WordPress not found in /var/www/html - copying now...
Complete! WordPress has been successfully copied to /var/www/html
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.27.0.7. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.27.0.7. Set the 'ServerName' directive globally to suppress this message
[Thu Jul 16 21:56:16.207671 2026] [mpm_prefork:notice] [pid 1:tid 1] AH00163: Apache/2.4.68 (Debian) PHP/8.3.32 configured -- resuming normal operations
[Thu Jul 16 21:56:16.207696 2026] [core:notice] [pid 1:tid 1] AH00094: Command line: 'apache2 -D FOREGROUND' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using the docker compose file from https://hub.docker.com/_/wordpress with the only change being the external port and the image won't start. Everything pulls but it errors out with:
Not quite sure where to go here as its the provided compose file and the latest image. My system details below in case they matter but to me it looks like something in the image is missing (imagick).
System:
The compose file:
Beta Was this translation helpful? Give feedback.
All reactions