fix: minor
This commit is contained in:
parent
54495d9596
commit
cb047e3dfa
|
@ -1,2 +1,3 @@
|
||||||
--build-arg REGISTRY=${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ \
|
docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ghost \
|
||||||
&& docker build ghost -t ${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ghost
|
--build-arg REGISTRY=${REGISTRY_DOMAIN}:${REGISTRY_PORT}/
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
image: ${LOCAL_DOCKER_REGISTRY}/ghost
|
image: ${LOCAL_DOCKER_REGISTRY}ghost
|
||||||
volumes:
|
volumes:
|
||||||
- ghost-content-images:/var/lib/ghost/content/images
|
- ghost-content-images:/var/lib/ghost/content/images
|
||||||
- ghost-content-settings:/var/lib/ghost/content/settings
|
- ghost-content-settings:/var/lib/ghost/content/settings
|
||||||
|
|
Loading…
Reference in New Issue