diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-13 18:36:19 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-05-13 18:36:19 +0300 |
| commit | 213b693bd345c6895dd3b6906917a0a988a7f603 (patch) | |
| tree | 74f96db375b14a4ed76a52d460d678201085490b | |
| parent | a289ef5d1040f8d1d5bded251042042050087dcc (diff) | |
| parent | 955eb8f142e5b3beaf84ebd5dbc43fd9df5876d5 (diff) | |
Merge branch 'main' of https://github.com/MHSanaei/3x-ui
| -rw-r--r-- | docker-compose.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml index f0231309..47e60491 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,6 +5,7 @@ services: 3x-ui: image: ghcr.io/mhsanaei/3x-ui:latest container_name: 3x-ui + hostname: yourhostname volumes: - $PWD/db/:/etc/x-ui/ - $PWD/cert/:/root/cert/ |
