version: '2' services: koken: image: malteo/docker-koken-lemp stdin_open: true volumes: - /mnt/koken/www:/usr/share/nginx/www - /mnt/koken/mysql:/var/lib/mysql tty: true ports: - 83:8080/tcp labels: io.rancher.container.pull_image: always