comparison docker-compose.yml @ 3:e69b7ef7a2c9

tweak
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 11 Sep 2019 19:11:05 +0900
parents 75e28f017132
children e49b52c098c7
comparison
equal deleted inserted replaced
2:75e28f017132 3:e69b7ef7a2c9
3 services: 3 services:
4 app: 4 app:
5 image: jpf-docker 5 image: jpf-docker
6 build: . 6 build: .
7 volumes: 7 volumes:
8 - ..:/app 8 - ./ThreadTest:/app
9 environment: 9 environment:
10 USER: "${USER}" 10 USER: "${USER}"
11 command: tail -f /dev/null 11 command: '/bin/bash'
12