-
v0.3.1 Stable
released this
2025-12-15 23:18:39 +03:00 | 9 commits to master since this release📅 Originally published on GitHub: Mon, 15 Dec 2025 20:23:20 GMT
🏷️ Git tag created: Mon, 15 Dec 2025 20:18:39 GMT📦 Installation
Docker
Pull and run the latest version:
docker pull aloks98/isoman:0.3.1 docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:0.3.1Or use the
latesttag:docker pull aloks98/isoman:latest docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:latestDocker Compose
Create a
docker-compose.ymlfile:version: '3.8' services: isoman: image: aloks98/isoman:0.3.1 ports: - "8080:8080" volumes: - isoman-data:/data environment: - LOG_LEVEL=info restart: unless-stopped volumes: isoman-data:Then run:
docker-compose up -d
Full Changelog: https://github.com/aloks98/isoman/compare/v0.3.0...v0.3.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.3.0 Stable
released this
2025-12-15 22:03:11 +03:00 | 12 commits to master since this release📅 Originally published on GitHub: Mon, 15 Dec 2025 19:07:13 GMT
🏷️ Git tag created: Mon, 15 Dec 2025 19:03:11 GMT📦 Installation
Docker
Pull and run the latest version:
docker pull aloks98/isoman:0.3.0 docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:0.3.0Or use the
latesttag:docker pull aloks98/isoman:latest docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:latestDocker Compose
Create a
docker-compose.ymlfile:version: '3.8' services: isoman: image: aloks98/isoman:0.3.0 ports: - "8080:8080" volumes: - isoman-data:/data environment: - LOG_LEVEL=info restart: unless-stopped volumes: isoman-data:Then run:
docker-compose up -d
Full Changelog: https://github.com/aloks98/isoman/compare/v0.2.0...v0.3.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.2.0 Stable
released this
2025-12-14 12:43:37 +03:00 | 17 commits to master since this release📅 Originally published on GitHub: Sun, 14 Dec 2025 09:47:51 GMT
🏷️ Git tag created: Sun, 14 Dec 2025 09:43:37 GMT📦 Installation
Docker
Pull and run the latest version:
docker pull aloks98/isoman:0.2.0 docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:0.2.0Or use the
latesttag:docker pull aloks98/isoman:latest docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:latestDocker Compose
Create a
docker-compose.ymlfile:version: '3.8' services: isoman: image: aloks98/isoman:0.2.0 ports: - "8080:8080" volumes: - isoman-data:/data environment: - LOG_LEVEL=info restart: unless-stopped volumes: isoman-data:Then run:
docker-compose up -d
Full Changelog: https://github.com/aloks98/isoman/compare/v0.1.5...v0.2.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.1.5 Stable
released this
2025-12-14 02:14:01 +03:00 | 21 commits to master since this release📅 Originally published on GitHub: Sat, 13 Dec 2025 23:18:26 GMT
🏷️ Git tag created: Sat, 13 Dec 2025 23:14:01 GMT📦 Installation
Docker
Pull and run the latest version:
docker pull aloks98/isoman:0.1.5 docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:0.1.5Or use the
latesttag:docker pull aloks98/isoman:latest docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:latestDocker Compose
Create a
docker-compose.ymlfile:version: '3.8' services: isoman: image: aloks98/isoman:0.1.5 ports: - "8080:8080" volumes: - isoman-data:/data environment: - LOG_LEVEL=info restart: unless-stopped volumes: isoman-data:Then run:
docker-compose up -d
Full Changelog: https://github.com/aloks98/isoman/compare/v0.1.4...v0.1.5
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.1.4 Stable
released this
2025-12-14 02:05:31 +03:00 | 23 commits to master since this release📅 Originally published on GitHub: Sat, 13 Dec 2025 23:09:35 GMT
🏷️ Git tag created: Sat, 13 Dec 2025 23:05:31 GMT📦 Installation
Docker
Pull and run the latest version:
docker pull aloks98/isoman:0.1.4 docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:0.1.4Or use the
latesttag:docker pull aloks98/isoman:latest docker run -d -p 8080:8080 -v isoman-data:/data aloks98/isoman:latestDocker Compose
Create a
docker-compose.ymlfile:version: '3.8' services: isoman: image: aloks98/isoman:0.1.4 ports: - "8080:8080" volumes: - isoman-data:/data environment: - LOG_LEVEL=info restart: unless-stopped volumes: isoman-data:Then run:
docker-compose up -d
Full Changelog: https://github.com/aloks98/isoman/compare/v0.1.3...v0.1.4
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
mirror of
https://github.com/aloks98/isoman.git
synced 2026-04-25 19:25:52 +03:00