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: 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/