Skip to content

Commit

Permalink
chore: set read-only flag on nodered container
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 22, 2023
1 parent be213c7 commit c1161fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ version: "0.1.1"
services:
nodered:
build: .
restart: always
read_only: true
ports:
- "80:8080"
env_file:
Expand Down

0 comments on commit c1161fc

Please sign in to comment.