<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Open Source Hotel Management System with Qloapps and Raspberry Pi	</title>
	<atom:link href="https://peppe8o.com/qloapps-raspberry-pi/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/qloapps-raspberry-pi/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sun, 25 May 2025 15:46:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/qloapps-raspberry-pi/#comment-58529</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Sun, 25 May 2025 15:46:16 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1026#comment-58529</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/qloapps-raspberry-pi/#comment-58522&quot;&gt;salomon&lt;/a&gt;.

Hi Salomon. The error tells you that your Raspberry PI already has a service using the 80 port (maybe an Apache service installed in your RPI or another container using it). In this case, you can expose the Qloapps service on a different port. For example, you can try the docker run command with the following option:
&lt;code&gt;-p 8080:80&lt;/code&gt;
and the Qloapps service should work for you at the URL &lt;code&gt;http://your_rpi_ip_address:8080&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/qloapps-raspberry-pi/#comment-58522">salomon</a>.</p>
<p>Hi Salomon. The error tells you that your Raspberry PI already has a service using the 80 port (maybe an Apache service installed in your RPI or another container using it). In this case, you can expose the Qloapps service on a different port. For example, you can try the docker run command with the following option:<br />
<code>-p 8080:80</code><br />
and the Qloapps service should work for you at the URL <code>http://your_rpi_ip_address:8080</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: salomon		</title>
		<link>https://peppe8o.com/qloapps-raspberry-pi/#comment-58522</link>

		<dc:creator><![CDATA[salomon]]></dc:creator>
		<pubDate>Sun, 25 May 2025 14:37:42 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=1026#comment-58522</guid>

					<description><![CDATA[The docker run command gives me the following error:
docker: Error response from daemon: failed to set up container networking: driver failed programming external connectivit                        y on endpoint qloapp_srv (6a27bbf822a63408008ee73ca9f017606aa41d4803543f0891c7fa484eeebf92): failed to bind host port for                         0.0.0.0:80:172.17.0.2:80/tcp: address already in use]]></description>
			<content:encoded><![CDATA[<p>The docker run command gives me the following error:<br />
docker: Error response from daemon: failed to set up container networking: driver failed programming external connectivit                        y on endpoint qloapp_srv (6a27bbf822a63408008ee73ca9f017606aa41d4803543f0891c7fa484eeebf92): failed to bind host port for                         0.0.0.0:80:172.17.0.2:80/tcp: address already in use</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
