Version 2 update
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
ghost:
|
||||
image: ghost
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
ghost:
|
||||
image: ghost:latest
|
||||
labels:
|
||||
io.rancher.container.pull_image: always
|
||||
{{- if (.Values.HOST_LABEL)}}
|
||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
||||
{{- end}}
|
||||
ports:
|
||||
- ${public_port}:2368
|
||||
- "${WEB_PORT}:2368"
|
||||
Reference in New Issue
Block a user