Skip to content

Commit e15b98a

Browse files
author
Luis Herr
committed
removed deprecated stack logic
1 parent a9d361f commit e15b98a

5 files changed

Lines changed: 9 additions & 10 deletions

File tree

docs/services/arma3.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ entnommen werden (`docker compose exec arma3 arma3server console`).
9292
### Wichtige Pfade
9393
```shell
9494
# things that need to be done to start the server (e. g. mods)
95-
/srv/games/arma3/lgsm/config-lgsm/arma3server/arma3server.cfg
95+
/srv/arma3/lgsm/config-lgsm/arma3server/arma3server.cfg
9696
9797
# arma 3 server / network config
98-
/srv/games/arma3/serverfiles/cfg/arma3server.server.cfg
99-
/srv/games/arma3/serverfiles/cfg/arma3server.network.cfg
98+
/srv/arma3/serverfiles/cfg/arma3server.server.cfg
99+
/srv/arma3/serverfiles/cfg/arma3server.network.cfg
100100
```

docs/services/grafana.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Dashboards (z. B. [Node Exporter Full](https://grafana.com/grafana/dashboards/18
101101
Plugins angegeben werden, welche für die Grafana Instanz aktiviert werden.
102102

103103
### LDAP Auth
104-
Du kannst den ldap auth in `/srv/main/grafana/etc/grafana.ini` und `/srv/main/grafana/etc/ldap.toml` konfigurieren:
104+
Du kannst den ldap auth in `/srv/grafana/etc/grafana.ini` und `/srv/grafana/etc/ldap.toml` konfigurieren:
105105
```ini
106106
#################################### Auth LDAP ##########################
107107
[auth.ldap]

docs/services/influxdb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ services:
1818

1919
Bevor du InfluxDB verwenden kannst, musst du ein paar Dateien aus dem Container kopieren:
2020
```shell
21-
sudo mkdir -p /srv/main/influxdb
21+
sudo mkdir -p /srv/influxdb
2222

2323
sudo docker compose up -d influxdb
2424

2525
sudo docker cp influxdb-influxdb-1:/var/lib/influxdb \
26-
/srv/main/influxdb/lib
26+
/srv/influxdb/lib
2727

2828
sudo docker cp influxdb-influxdb-1:/etc/influxdb/influxdb.conf \
29-
/srv/main/influxdb/influxdb.conf
29+
/srv/influxdb/influxdb.conf
3030
```
3131

3232
Nachdem du die Dateien kopiert hast, kannst du die Kommentare von den Volumes entfernen und den Container starten.

docs/services/pgAdmin4.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ PGADMIN_DEFAULT_PASSWORD=S3cr3T
7676
```
7777

7878
### Automatic Login
79-
*Du musst die `.pgpass` Datei in `/srv/main/pgadmin/storage/admin_domain.tld/.pgpass` hinzufügen.*
80-
Nicht vergessen die Berechtigungen zu ändern: `chown -R 5050:5050 /srv/main/pgadmin/`
79+
*Du musst die `.pgpass` Datei in `/srv/pgadmin/storage/admin_domain.tld/.pgpass` hinzufügen.*
80+
Nicht vergessen die Berechtigungen zu ändern: `chown -R 5050:5050 /srv/pgadmin/`

docs/services/psono.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ services:
2323
command: sh -c "sleep 5 && /bin/sh /root/configs/docker/cmd.sh"
2424
volumes:
2525
- /srv/psono/data/settings.yaml:/root/.psono_server/settings.yaml
26-
- /srv/psono/client/config.json:/usr/share/nginx/html/config.json
2726
- /srv/psono/client/config.json:/usr/share/nginx/html/portal/config.json
2827
sysctls:
2928
- net.core.somaxconn=65535

0 commit comments

Comments
 (0)