Update container name and hostname in docker-compose

This commit is contained in:
vados-dev 2026-05-16 07:32:43 +03:00 committed by GitHub
parent 75a820ce3a
commit 1e7fabdce2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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