Compare commits
4 commits
5baa02f884
...
9f90985e54
Author | SHA1 | Date | |
---|---|---|---|
9f90985e54 | |||
81ae2c3a7f | |||
b2ca0d8333 | |||
86346e6840 |
4 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
coturn:
|
||||
container_name: coturn
|
||||
image: docker.io/coturn/coturn:alpine
|
||||
image: docker.io/coturn/coturn:4-alpine
|
||||
restart: always
|
||||
user: {{ users['coturn'] }}:{{ users['coturn'] }}
|
||||
ports:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
services:
|
||||
lldap:
|
||||
container_name: lldap
|
||||
image: docker.io/lldap/lldap:2024-03-18-alpine-rootless
|
||||
image: docker.io/lldap/lldap:2024-04-01-alpine-rootless
|
||||
restart: always
|
||||
user: {{ users['lldap'] }}:{{ users['lldap'] }}
|
||||
env_file: .env
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
syncthing:
|
||||
image: docker.io/syncthing/syncthing:latest
|
||||
image: docker.io/syncthing/syncthing:1
|
||||
container_name: syncthing
|
||||
restart: always
|
||||
user: {{ users['syncthing'] }}:{{ users['syncthing'] }}
|
||||
|
@ -15,7 +15,7 @@ services:
|
|||
- {{ volumes['syncthing_datadir'] }}:/var/syncthing
|
||||
|
||||
stdiscosrv:
|
||||
image: docker.io/syncthing/discosrv:latest
|
||||
image: docker.io/syncthing/discosrv:1
|
||||
container_name: syncthing-discosrv
|
||||
restart: always
|
||||
command:
|
||||
|
@ -29,7 +29,7 @@ services:
|
|||
- 127.0.0.1:{{ ports['syncthing_discosrv'] }}:8443
|
||||
|
||||
strelaysrv:
|
||||
image: docker.io/syncthing/relaysrv:latest
|
||||
image: docker.io/syncthing/relaysrv:1
|
||||
container_name: syncthing-relaysrv
|
||||
restart: always
|
||||
command:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
uptime-kuma:
|
||||
image: docker.io/louislam/uptime-kuma:alpine
|
||||
image: docker.io/louislam/uptime-kuma:1-alpine
|
||||
container_name: uptime-kuma
|
||||
restart: always
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue