Skip to content

Commit

Permalink
Update dev compose yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sigaloid committed Feb 12, 2024
1 parent f507fcf commit b7778d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.dev.yml → compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7778d5

Please sign in to comment.