11 lines
264 B
YAML
11 lines
264 B
YAML
services:
|
|
beszel:
|
|
image: 'henrygd/beszel'
|
|
container_name: 'beszel'
|
|
restart: unless-stopped
|
|
environment:
|
|
- APP_URL=http://localhost:8090
|
|
ports:
|
|
- '8090:8090'
|
|
volumes:
|
|
- /home/Docker Volumes/beszel/beszel_data:/beszel_data |