You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official docker version of [LinkStack](https://github.com/JulianPrieber/linkstack). This docker image is a simple to set up solution, containing everything you need to run LinkStack.
43
+
The official docker version of [LinkStack](https://github.com/linkstackorg/linkstack). This docker image is a simple to set up solution, containing everything you need to run LinkStack.
44
44
45
-
The docker version of LinkStack retains all the features and customization options of the [original version](https://github.com/JulianPrieber/linkstack).
45
+
The docker version of LinkStack retains all the features and customization options of the [original version](https://github.com/linkstackorg/linkstack).
46
46
47
47
This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux distribution designed to be small, simple and secure. The web server is running [Apache2](https://www.apache.org/), a free and open-source cross-platform web server software. The docker comes with [PHP 8.0](https://www.php.net/releases/8.0/en.php) for high compatibility and performance.
48
48
@@ -85,17 +85,17 @@ This docker is based on [Alpine Linux](https://www.alpinelinux.org/), a Linux di
@@ -126,7 +126,7 @@ Both HTTP and HTTPS are supported and exposed by default.
126
126
<br>
127
127
128
128
**Create a new volume:**
129
-
<pre>docker volume create llc</pre>
129
+
<pre>docker volume create linkstack</pre>
130
130
131
131
<br>
132
132
@@ -136,8 +136,8 @@ docker run --detach \
136
136
--publish 80:80 \
137
137
--publish 443:443 \
138
138
--restart unless-stopped \
139
-
--mount source=llc,target=/htdocs \
140
-
julianprieber/linkstack
139
+
--mount source=linkstack,target=/htdocs \
140
+
linkstackorg/linkstack
141
141
</pre>
142
142
143
143
<br>
@@ -157,8 +157,8 @@ docker run --detach \
157
157
--publish 80:80 \
158
158
--publish 443:443 \
159
159
--restart unless-stopped \
160
-
--mount source=llc,target=/htdocs \
161
-
julianprieber/linkstack
160
+
--mount source=linkstack,target=/htdocs \
161
+
linkstackorg/linkstack
162
162
</pre>
163
163
164
164
<br>
@@ -173,7 +173,7 @@ services:
173
173
174
174
linkstack:
175
175
hostname: 'linkstack'
176
-
image: 'julianprieber/linkstack:latest'
176
+
image: 'linkstackorg/linkstack:latest'
177
177
environment:
178
178
TZ: 'Europe/Berlin'
179
179
SERVER_ADMIN: 'youremail@gmail.com'
@@ -239,8 +239,8 @@ This updater allows you to update your installation with just one click.
239
239
240
240
**If you wish to build or modify your own docker version of LinkStack, you can do so with the instructions below:**
241
241
242
-
- Download this GitHub repository as well as the latest release of LinkStack from [here](https://github.com/JulianPrieber/linkstack/releases/latest/download/linkstack.zip).
243
-
- Place the downloaded release files directly into the linkstack folder from [this repository](https://github.com/JulianPrieber/llc-docker/archive/refs/heads/main.zip).
242
+
- Download this GitHub repository as well as the latest release of LinkStack from [here](https://github.com/linkstackorg/linkstack/releases/latest/download/linkstack.zip).
243
+
- Place the downloaded release files directly into the linkstack folder from [this repository](https://github.com/linkstackorg/linkstack-docker/archive/refs/heads/main.zip).
244
244
245
245
From the docker directory, run the command:
246
246
<pre>
@@ -290,13 +290,13 @@ If you wish to save only selective files, you may save the following files and f
0 commit comments