fix(wizarr): remove commented-out ports configuration
This commit is contained in:
parent
9525bce59d
commit
c148a0df76
0
.gitattributes
vendored
Normal file
0
.gitattributes
vendored
Normal file
@ -3,8 +3,11 @@ services:
|
|||||||
container_name: wizarr
|
container_name: wizarr
|
||||||
mem_limit: 2048m
|
mem_limit: 2048m
|
||||||
image: ghcr.io/wizarrrr/wizarr:v2026.4.0
|
image: ghcr.io/wizarrrr/wizarr:v2026.4.0
|
||||||
|
<<<<<<< HEAD
|
||||||
ports:
|
ports:
|
||||||
- 5690:5690
|
- 5690:5690
|
||||||
|
=======
|
||||||
|
>>>>>>> bbe6f8a (fix(wizarr): remove commented-out ports configuration)
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/wizarr/data:/data/database
|
- /mnt/appdata/wizarr/data:/data/database
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -22,4 +25,4 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
name: proxy-net
|
name: proxy-net
|
||||||
external: true
|
external: true
|
||||||
Loading…
x
Reference in New Issue
Block a user