11 lines
267 B
YAML
11 lines
267 B
YAML
services:
|
|
ghost:
|
|
container_name: ghost
|
|
image: ghost:1.21.5
|
|
ports:
|
|
- 2368:2368
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /opt/ghost/content:/var/lib/ghost/content
|
|
- /opt/ghost/etc/config.production.json:/var/lib/ghost/config.production.json
|