mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
Update container name and hostname in docker-compose
This commit is contained in:
parent
75a820ce3a
commit
1e7fabdce2
1 changed files with 3 additions and 3 deletions
|
|
@ -3,8 +3,8 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
container_name: 3xui_app
|
||||
# hostname: yourhostname <- optional
|
||||
container_name: reg.vados.ru/3xui_app
|
||||
hostname: amster.vados.ru
|
||||
volumes:
|
||||
- $PWD/db/:/etc/x-ui/
|
||||
- $PWD/cert/:/root/cert/
|
||||
|
|
|
|||
Loading…
Reference in a new issue