mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
14 lines
274 B
YAML
14 lines
274 B
YAML
version: "3.8"
|
|
services:
|
|
netalertx:
|
|
image: jokobsk/netalertx
|
|
volumes:
|
|
- ./data/etc:/app/config
|
|
- ./data/log:/app/front/log
|
|
- ./data/var:/app/db
|
|
environment:
|
|
- PORT=20211
|
|
- TZ=Asia/Shanghai
|
|
network_mode: host
|
|
restart: unless-stopped
|