mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-25 06:49:31 +01:00
13 lines
242 B
YAML
13 lines
242 B
YAML
version: "3.8"
|
|
services:
|
|
netalertx:
|
|
image: jokobsk/netalertx
|
|
volumes:
|
|
- ./data/etc:/app/config
|
|
- ./data/var:/app/db
|
|
environment:
|
|
- PORT=20211
|
|
- TZ=Asia/Shanghai
|
|
network_mode: host
|
|
restart: unless-stopped
|