Compare commits
2 Commits
6ca68bd22e
...
2634460f63
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2634460f63 | ||
|
|
4b5ec738c0 |
@@ -65,6 +65,7 @@ RUN \
|
|||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
# Corrects permissions for s6 v3
|
# Corrects permissions for s6 v3
|
||||||
|
RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi
|
||||||
RUN if [ -d /etc/s6-overlay ]; then chmod -R 755 /etc/s6-overlay; fi
|
RUN if [ -d /etc/s6-overlay ]; then chmod -R 755 /etc/s6-overlay; fi
|
||||||
|
|
||||||
# Build arguments
|
# Build arguments
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: Ps3NetServer
|
name: Ps3NetServer
|
||||||
slug: ps3netserver
|
slug: ps3netserver
|
||||||
version: 0.1.0-NAS
|
version: 0.1.1-NAS
|
||||||
description: This is a Docker container for ps3netsrv (or ps3netsvr).
|
description: This is a Docker container for ps3netsrv (or ps3netsvr).
|
||||||
url: https://github.com/d-two/hassio-addons/tree/main/ps3netsrv
|
url: https://github.com/d-two/hassio-addons/tree/main/ps3netsrv
|
||||||
startup: application
|
startup: application
|
||||||
@@ -24,4 +24,4 @@ schema:
|
|||||||
cifsdomain: str?
|
cifsdomain: str?
|
||||||
cifspassword: str?
|
cifspassword: str?
|
||||||
cifsusername: str?
|
cifsusername: str?
|
||||||
networkdisks: str?
|
networkdisks: str?
|
||||||
|
|||||||
Reference in New Issue
Block a user