fix: uncomment ports configuration for Pinchflat service
This commit is contained in:
parent
5672e113b2
commit
785013b701
@ -7,8 +7,8 @@ services:
|
|||||||
- BASIC_AUTH_PASSWORD=Procmi*1
|
- BASIC_AUTH_PASSWORD=Procmi*1
|
||||||
image: keglin/pinchflat:latest
|
image: keglin/pinchflat:latest
|
||||||
mem_limit: 2048m
|
mem_limit: 2048m
|
||||||
# ports:
|
ports:
|
||||||
# - 8945:8945
|
- 8945:8945
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/pinchflat/config:/config
|
- /mnt/appdata/pinchflat/config:/config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user