Hardened the Docker build of the Website service target.
This commit is contained in:
@@ -11,7 +11,7 @@ name: site-platform
|
||||
services:
|
||||
website:
|
||||
image: ${HOST_CONTAINER}/${HOST_OWNER}/${IMAGE_NAME}:${IMAGE_TAG:-latest}
|
||||
platform: linux/amd64
|
||||
platform: ${IMAGE_PLATFORM:-linux/amd64}
|
||||
container_name: ${HOST_OWNER}-${IMAGE_NAME}
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user