yun4 / docker-compose.yml
Taka005
追加
d7356cb
raw
history blame
173 Bytes
version: '3'
services:
python3:
restart: always
build: .
container_name: 'python3'
working_dir: '/root/'
tty: true
volumes:
- ./opt:/root/opt