Compare commits
2 Commits
6ca68bd22e
...
2634460f63
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2634460f63 | ||
|
|
4b5ec738c0 |
@@ -65,6 +65,7 @@ RUN \
|
||||
COPY rootfs/ /
|
||||
|
||||
# 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
|
||||
|
||||
# Build arguments
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: Ps3NetServer
|
||||
slug: ps3netserver
|
||||
version: 0.1.0-NAS
|
||||
version: 0.1.1-NAS
|
||||
description: This is a Docker container for ps3netsrv (or ps3netsvr).
|
||||
url: https://github.com/d-two/hassio-addons/tree/main/ps3netsrv
|
||||
startup: application
|
||||
|
||||
Reference in New Issue
Block a user