docker-compose.yml 201 B

12345678910
  1. version: '3.7'
  2. services:
  3. xui:
  4. image: stilleshan/x-ui
  5. container_name: x-ui
  6. # volumes:
  7. # - ./x-ui.db:/etc/x-ui/x-ui.db
  8. # - ./ssl:/ssl
  9. restart: always
  10. network_mode: host