mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 05:04:22 +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:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
container_name: 3xui_app
|
container_name: reg.vados.ru/3xui_app
|
||||||
# hostname: yourhostname <- optional
|
hostname: amster.vados.ru
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/db/:/etc/x-ui/
|
- $PWD/db/:/etc/x-ui/
|
||||||
- $PWD/cert/:/root/cert/
|
- $PWD/cert/:/root/cert/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue