mirror of
https://github.com/HypoxiE/docker-compose-3x-ui.git
synced 2025-12-06 05:45:58 +00:00
first commit
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
3x-ui:
|
||||
build: .
|
||||
container_name: hypoxie-3x-ui
|
||||
ports:
|
||||
- "13841:54321"
|
||||
volumes:
|
||||
- ./data:./db
|
||||
restart: always
|
||||
Reference in New Issue
Block a user