Skip to content

Commit

Permalink
chore: include restart option for docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon committed Mar 8, 2022
1 parent 07b895d commit 6899272
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yaml
Expand Up @@ -3,15 +3,14 @@ version: "3"
services:
rubrix:
image: recognai/rubrix:latest
restart: unless-stopped
ports:
- "6900:80"
environment:
ELASTICSEARCH: http://elasticsearch:9200
# RUBRIX_LOCAL_AUTH_USERS_DB_FILE: /config/.users.yaml

# volumes:
#- ${PWD}/.users.yaml:/config/.users.yaml

networks:
- rubrix

Expand Down

0 comments on commit 6899272

Please sign in to comment.