liebling/src/docker-compose.yml
Nicola Sella 7f25b689da
Add Z option for SELinux and add Podman option (#150)
* Add Z option to run docker on SELinux systems

* Add podman option
2020-03-25 21:01:10 +01:00

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