Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed May 31, 2024
1 parent c596e48 commit 5d42c03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
services:
intellectual:
image: insprill/intellectual
image: insprill/intellectual:latest # Switch to 'develop' to use the latest git version. May be unstable!
restart: always
ports:
- 8080:8080 # Use `127.0.0.1:8080:8080` if you're using a reverse proxy on the same machine.
read_only: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:8080 || exit 1
interval: 1m
Expand Down

0 comments on commit 5d42c03

Please sign in to comment.