7f25b689da
* Add Z option to run docker on SELinux systems * Add podman option
14 lines
282 B
YAML
14 lines
282 B
YAML
version: '3'
|
|
|
|
services:
|
|
ghost:
|
|
image: ghost:3.7.0
|
|
container_name: ghost
|
|
volumes:
|
|
- ./..:/var/lib/ghost/content/themes/liebling:Z
|
|
- ./ghost.db:/var/lib/ghost/content/data/ghost.db:Z
|
|
environment:
|
|
- NODE_ENV=development
|
|
ports:
|
|
- 2368:2368
|