dockerfiles/x-ui/x-ui-ssl/docker-compose.yml

21 lines
402 B
YAML

version: '3.7'
services:
xui:
image: stilleshan/x-ui
container_name: x-ui
volumes:
- ./data/x-ui.db:/etc/x-ui/x-ui.db
- ./ssl:/ssl
restart: always
network_mode: host
acme:
image: neilpang/acme.sh
container_name: acme
volumes:
- ./conf:/conf
- ./ssl:/ssl
restart: always
network_mode: host
command: ["sh", "-c", "/conf/start.sh"]