.git broken, restart
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
librewolf:
|
||||
image: lscr.io/linuxserver/librewolf:latest
|
||||
container_name: librewolf
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /srv/appdata/librewolf/config:/config
|
||||
ports:
|
||||
- 3001:3001
|
||||
shm_size: "1gb"
|
||||
restart: unless-stopped
|
||||
@@ -0,0 +1,15 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# https://belginux.com/installer-librewolf-avec-docker/
|
||||
#
|
||||
docker compose up -d
|
||||
|
||||
# Rendez-vous sur l'ip:# port,
|
||||
# suivant l'IP de votre serveur local et du port choisi,
|
||||
# 3000 par défaut:
|
||||
#
|
||||
# http://ip:3004/
|
||||
#
|
||||
# En HTTPS:
|
||||
#
|
||||
# https://ip:3001/
|
||||
Reference in New Issue
Block a user