Compare commits
No commits in common. "ba37b63409462f57e452350b3c82af000fdfb065" and "f323afc94dc54bb1a944eb7b64a4b25d119b1df6" have entirely different histories.
ba37b63409
...
f323afc94d
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
server:
|
||||
image: codeberg.org/forgejo/forgejo:8.0.1
|
||||
image: codeberg.org/forgejo/forgejo:8.0.0
|
||||
container_name: forgejo
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
sabnzbd:
|
||||
image: ghcr.io/linuxserver/sabnzbd@sha256:aad79c7a696a8743b87f9a0429bf5fa0be1edc8bbf00b962008dfa9893efd28e
|
||||
image: ghcr.io/linuxserver/sabnzbd@sha256:dda700370ad4281d8ffda4fbdad8ac3f720a2829936eafc794fca652095ed4be
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
nexus:
|
||||
image: docker.mafyuh.xyz/sonatype/nexus3:3.71.0
|
||||
image: docker.mafyuh.xyz/sonatype/nexus3:3.70.1
|
||||
container_name: nexus
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue