mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-03 04:57:38 +03:00
Update dev compose yaml
This commit is contained in:
parent
f507fcfcf8
commit
b7778d5f95
1 changed files with 3 additions and 3 deletions
|
@ -2,17 +2,17 @@
|
|||
version: "3.8"
|
||||
|
||||
services:
|
||||
web:
|
||||
redlib:
|
||||
build: .
|
||||
restart: always
|
||||
container_name: "redlib"
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8080:8080 # Specify `127.0.0.1:8080:8080` instead if using a reverse proxy
|
||||
user: nobody
|
||||
read_only: true
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
- seccomp="seccomp-redlib.json"
|
||||
- seccomp=seccomp-redlib.json
|
||||
cap_drop:
|
||||
- ALL
|
||||
networks:
|
Loading…
Add table
Add a link
Reference in a new issue