update compose file to mount tariffs.json file from /opt/remnawave-minishop/data
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
image: uvpn-backend:latest
|
image: uvpn-backend:latest
|
||||||
container_name: uvpn-backend
|
container_name: uvpn-backend
|
||||||
|
volumes:
|
||||||
|
- /opt/remnawave-minishop/data/tariffs.json:/app/data/tariffs.json
|
||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8000
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user