9 lines
171 B
YAML
9 lines
171 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
web-checker:
|
|
build: .
|
|
container_name: web_checker_app
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /mnt/HDD/PROYECTOS/webcheck:/app |