Update dev compose yaml
This commit is contained in:
parent
f507fcfcf8
commit
b7778d5f95
@ -2,17 +2,17 @@
|
|||||||
version: "3.8"
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
redlib:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
container_name: "redlib"
|
container_name: "redlib"
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080 # Specify `127.0.0.1:8080:8080` instead if using a reverse proxy
|
||||||
user: nobody
|
user: nobody
|
||||||
read_only: true
|
read_only: true
|
||||||
security_opt:
|
security_opt:
|
||||||
- no-new-privileges:true
|
- no-new-privileges:true
|
||||||
- seccomp="seccomp-redlib.json"
|
- seccomp=seccomp-redlib.json
|
||||||
cap_drop:
|
cap_drop:
|
||||||
- ALL
|
- ALL
|
||||||
networks:
|
networks:
|
Loading…
Reference in New Issue
Block a user