Cannot seem to expose application via Beta images #328
-
Beta Was this translation helpful? Give feedback.
Answered by
jaydrogers
Apr 28, 2024
Replies: 2 comments 2 replies
-
Thanks for the Dockerfile. I ran a build with your file and it seemed to work just fine:
Your errorThe screenshot you have looks like it's failing on build. Is this when you're using Docker Compose with a build command? If so, be sure to add docker compose up --build --force-recreate |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "non-beta" is still "v2".
The "beta" is v3, which is an entire rewrite. I suggest reading this guide: https://serversideup.net/open-source/docker-php/docs/guide/migrating-from-v2-to-v3
If you're starting with a new project, start with the "beta" as that will be released to stable shortly.
If you have an existing project, be sure to lock into
v2.2.1
as it's shown in the docs until you have time to refactor with the new v3 images 👍