Umbraco image powered by Websoft9, Umbraco CMS - the flexible open-source .NET CMS
127
/umbraco with the credentials from the Access tab.W9_LOGIN_USER and W9_LOGIN_PASSWORD create the administrator on first start only; changing them afterwards requires updating the user in the backoffice or removing the umbraco_data volume and rebuilding.Websoft9 packages this app from the official Umbraco Docker image and makes some improvements below.
docker compose up uses the prebuilt image ${W9_REPO}:${W9_VERSION}. The local Dockerfile is kept for separate image build/publish workflows and is not invoked by the runtime compose file.
Apps run as containers; recreate after any configuration change.
Supported versions: 18.2.0-hotfix.1.
| Purpose | Port |
|---|---|
| Web Console | 8080 |
umbraco_data → /app/umbracoumbraco_media → /app/wwwroot/mediaEnvironment variables are defined in the app's .env file; see the reference section at the end of .env for supported variables.
Note: W9_LOGIN_USER, W9_LOGIN_PASSWORD take effect on first startup only; changing them after deployment may not take effect until the app is re-initialized.
Configuration files live inside the image; mount a single file read-only to override, and never replace the whole directory.
App fails to start?
docker compose logs.Port not reachable?
Content type
Image
Digest
sha256:33762b78a…
Size
254 MB
Last updated
about 13 hours ago
docker pull websoft9dev/umbraco:18.2.0