File size: 173 Bytes
d7356cb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
version: '3'
services:
  python3:
    restart: always
    build: .
    container_name: 'python3'
    working_dir: '/root/'
    tty: true
    volumes:
      - ./opt:/root/opt