mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
11 lines
205 B
YAML
11 lines
205 B
YAML
version: "3.8"
|
|
services:
|
|
ipfm:
|
|
image: vimagick/ipfm
|
|
volumes:
|
|
- ./data/etc:/etc/ipfm
|
|
- ./data/log:/var/log/ipfm
|
|
network_mode: host
|
|
privileged: true
|
|
restart: unless-stopped
|