====== Synology NAS ====== You can install **WolfRecorder** directly on your **Synology NAS** running DSM. Start by launching the **Container Manager**. {{:synlg1.png|}} Click the **Project** entry in the sidebar. {{:synlg2.png|}} Then create a new project. {{:synlg3.png|}} Enter a project name (e.g., `wr`) and select its location. {{:synlg4.png|}} Next, choose **Create docker-compose.yml**. {{:synlg5.png|}} Copy and paste the following text into the editor: services: wolfrecorder: image: nightflyza/wolfrecorder:latest container_name: wolfrec ports: - "9090:80" volumes: - wr_storage:/wrstorage - wr_web:/var/www/html/wr - wr_db:/var/lib/mysql - wr_bin:/data/bin restart: unless-stopped volumes: wr_storage: wr_web: wr_db: wr_bin: {{:synlg6.png|}} Click **Next**. {{:synlg7.png|}} And finish project creation. {{:synlg8.png|}} The Docker image will now be downloaded automatically... {{:synlg9.png|}} ...and the container will be started. {{:synlg10.png|}} Now you have ready to use **WolfRecorder** running on your NAS... {{:synlg11.png|}} ...and accessible at: http://your_nas_ip:9090 That`s all looks like {{youtube>Nsw3a9RQC8E}}