mirror of
https://github.com/stilleshan/dockerfiles.git
synced 2025-12-24 13:37:58 +08:00
11 lines
197 B
YAML
11 lines
197 B
YAML
version: '3.7'
|
|
services:
|
|
x-ui:
|
|
image: ioiox/x-ui
|
|
container_name: x-ui
|
|
# volumes:
|
|
# - ./x-ui.db:/etc/x-ui/x-ui.db
|
|
# - ./ssl:/ssl
|
|
restart: always
|
|
network_mode: host
|