10 lines
No EOL
162 B
YAML
10 lines
No EOL
162 B
YAML
version: '3.1'
|
|
|
|
services:
|
|
service_name:
|
|
build:
|
|
context: .
|
|
dockerfile: DOCKERFILE
|
|
restart: always
|
|
volumes:
|
|
- /full/path/to/bot:/app |