Skip to content

Commit

Permalink
Reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Falk-Petersen committed Oct 4, 2024
1 parent e978e0e commit a401268
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ services:
- cache:/data

fingr:
image: fingr:latest
build: .
command: ["--verbose", "--redis_host", "redis"]
image: fingr:latest
restart: unless-stopped
command: ["--verbose", "--redis_host", "redis"]
ports:
- '7979:7979'
# - published: 7979
# target: 7979
# protocol: tcp
# mode: host
volumes:
- type: tmpfs
target: /tmp
Expand Down

0 comments on commit a401268

Please sign in to comment.