initial
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
version: '3.3'
|
||||
|
||||
services:
|
||||
yealink:
|
||||
image: zumbrunnen/yealink-phone-book:latest
|
||||
container_name: yealink
|
||||
restart: always
|
||||
# ports:
|
||||
# - '7880:7880'
|
||||
volumes:
|
||||
- /mnt/containers/yealink-phone-book/container-data/sqlite/:/yealink/db/production.sqlite3
|
||||
networks:
|
||||
- reverseproxy-nw
|
||||
|
||||
networks:
|
||||
reverseproxy-nw:
|
||||
external: true
|
||||
Reference in New Issue
Block a user