mirror of
https://github.com/tiyn/wiki.git
synced 2025-10-10 18:01:22 +02:00
refactor: using ```sh instead of shell
This commit is contained in:
@@ -20,7 +20,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull awesometechnologies/synapse-admin:latest
|
||||
|
@@ -29,7 +29,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop homer
|
||||
docker rm homer
|
||||
|
@@ -31,7 +31,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
cd whoogle-search
|
||||
docker-compose down
|
||||
|
@@ -33,7 +33,7 @@ Set the following volumes with the -v tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker-compose up -d
|
||||
|
@@ -32,7 +32,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
cd /root/docker/bibliogram/bibliogram
|
||||
docker-compose down
|
||||
|
@@ -28,7 +28,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop tor-proxy
|
||||
docker rm tor-proxy
|
||||
|
@@ -64,7 +64,7 @@ docker-compose file.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker-compose up -d
|
||||
|
@@ -35,7 +35,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop speedtest
|
||||
docker rm speedtest
|
||||
|
@@ -40,7 +40,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop minecraft
|
||||
docker rm minecraft
|
||||
|
@@ -47,7 +47,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
cd invidious
|
||||
docker-compose down
|
||||
|
@@ -27,7 +27,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop git-server
|
||||
docker rm git-server
|
||||
|
@@ -32,7 +32,7 @@ GPU support is documented in [the docker article](../docker.md).
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop folding-at-home
|
||||
docker rm folding-at-home
|
||||
|
@@ -34,7 +34,7 @@ There are some special variables to set.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop openvpn
|
||||
docker rm openvpn
|
||||
|
@@ -43,7 +43,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop airsonicadv
|
||||
docker rm airsonicadv
|
||||
|
@@ -41,7 +41,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop airsonic
|
||||
docker rm airsonic
|
||||
|
@@ -48,7 +48,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull linuxserver/jellyfin:latest
|
||||
|
@@ -40,7 +40,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop syncthing
|
||||
docker rm syncthing
|
||||
|
@@ -9,7 +9,7 @@ It contains dovecot, antispam, antivirus, ssl, etc.
|
||||
The configuration is done automatically using scripts by mailserver.
|
||||
First you need to download the essential setup files.
|
||||
|
||||
```shell
|
||||
```sh
|
||||
wget -O .env https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/compose.env
|
||||
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/docker-mailserver/docker-mailserver/master/mailserver.env
|
||||
@@ -35,7 +35,7 @@ Afterwards you're ready to go by once again running the `rebuild.sh` file.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull mailserver/docker-mailserver:latest
|
||||
|
@@ -42,7 +42,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull matrixdotorg/synapse:latest
|
||||
|
@@ -30,7 +30,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull nextcloud:latest
|
||||
|
@@ -29,7 +29,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull nginx:latest
|
||||
|
@@ -31,7 +31,7 @@ The default username is `print`, the default password is `print`.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop cups
|
||||
docker rm cups
|
||||
|
@@ -32,7 +32,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull owncloud
|
||||
|
@@ -20,7 +20,7 @@ Set the following variables with the -e tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop ddns
|
||||
docker rm ddns
|
||||
|
@@ -28,7 +28,7 @@ Set the following volumes with the -v tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop onedrive
|
||||
docker rm onedrive
|
||||
|
@@ -27,7 +27,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop portainer_agent
|
||||
docker rm portainer_agent
|
||||
|
@@ -27,7 +27,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop portainer
|
||||
docker rm portainer
|
||||
|
@@ -28,7 +28,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull prologic/golinks:latest
|
||||
|
@@ -27,7 +27,7 @@ There are some special variables to set.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop gopheroverhttp
|
||||
docker rm gopheroverhttp
|
||||
|
@@ -26,7 +26,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop todo
|
||||
docker rm todo
|
||||
|
@@ -31,7 +31,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop synctube
|
||||
docker rm synctube
|
||||
|
@@ -34,7 +34,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop hastebin
|
||||
docker rm hastebin
|
||||
|
@@ -41,7 +41,7 @@ There are some special variables to set.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop samba
|
||||
docker rm samba
|
||||
|
@@ -28,7 +28,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop searx
|
||||
docker rm searx
|
||||
|
@@ -36,7 +36,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop linkding
|
||||
docker rm linkding
|
||||
|
@@ -19,7 +19,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop libreddit
|
||||
docker rm libreddit
|
||||
|
@@ -36,7 +36,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop teamspeak3
|
||||
docker rm teamspeak3
|
||||
|
@@ -49,9 +49,8 @@ Set the following ports with the -p tag.
|
||||
|
||||
## start.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
|
||||
docker pull tetricz/mordhau-server
|
||||
docker run --name=mordhau \
|
||||
--restart=unless-stopped \
|
||||
@@ -77,9 +76,8 @@ docker run --name=mordhau \
|
||||
|
||||
## stop.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#/bin/sh
|
||||
|
||||
docker stop mordhau
|
||||
docker rm mordhau
|
||||
```
|
||||
|
@@ -41,7 +41,7 @@ There are some special variables to set.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#/bin/sh
|
||||
docker stop radicale
|
||||
docker rm radicale
|
||||
|
@@ -60,7 +60,7 @@ The last line is to add authentication.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull traefik:v2.4
|
||||
|
@@ -28,7 +28,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull vectorim/riot-web:latest
|
||||
|
@@ -37,7 +37,7 @@ There are some special variables to set.
|
||||
|
||||
## Rebuild
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop bind
|
||||
docker rm bind
|
||||
|
@@ -51,7 +51,7 @@ Set the following ports in the `ports:` section.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker pull wallabag/wallabag:latest
|
||||
|
@@ -26,7 +26,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop pinedocs
|
||||
docker rm pinedocs
|
||||
|
@@ -40,7 +40,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker-compose down
|
||||
docker-compose up -d
|
||||
|
@@ -28,7 +28,7 @@ Set the following ports with the -p tag.
|
||||
|
||||
## rebuild.sh
|
||||
|
||||
```shell
|
||||
```sh
|
||||
#!/bin/sh
|
||||
docker stop nitter
|
||||
docker rm nitter
|
||||
|
Reference in New Issue
Block a user