comparison docker-compose.yml @ 6:e49b52c098c7

mounted the current directory
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Sep 2019 08:48:23 +0900
parents e69b7ef7a2c9
children 4ab6299b5805
comparison
equal deleted inserted replaced
5:6ad6aeabe992 6:e49b52c098c7
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 - ./ThreadTest:/app 8 - .:/os_exercise
9 environment: 9 environment:
10 USER: "${USER}" 10 USER: "${USER}"
11 command: '/bin/bash' 11 command: '/bin/bash'
12 12