mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 20:54:14 +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/
|
||||
|
|
@ -14,4 +14,4 @@ services:
|
|||
tty: true
|
||||
ports:
|
||||
- "2053:2053"
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue