Skip to content

Commit

Permalink
Update default dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Apr 20, 2024
1 parent c99f10c commit 92a142b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
services:
intellectual:
image: insprill/intellectual:latest
container_name: intellectual
image: insprill/intellectual
restart: always
ports:
- 127.0.0.1:8080:8080
- 8080:8080 # Use `127.0.0.1:8080:8080` if you're using a reverse proxy on the same machine.
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:8080 || exit 1
interval: 5m
interval: 1m
timeout: 5s

0 comments on commit 92a142b

Please sign in to comment.