dockerfiles/x-ui/docker-compose.yml

11 lines
201 B
YAML
Raw Normal View History

2021-08-01 20:46:29 +08:00
version: '3.7'
services:
2022-11-16 10:47:33 +08:00
xui:
image: stilleshan/x-ui
2021-08-01 20:46:29 +08:00
container_name: x-ui
# volumes:
# - ./x-ui.db:/etc/x-ui/x-ui.db
# - ./ssl:/ssl
restart: always
network_mode: host