mirror of
https://github.com/diced/zipline.git
synced 2025-05-10 18:05:54 +02:00
fix: add unless-stopped + switch tag to latest
This commit is contained in:
parent
1801287deb
commit
76fae35ed6
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ services:
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
zipline:
|
zipline:
|
||||||
image: ghcr.io/diced/zipline:v4
|
image: ghcr.io/diced/zipline:latest
|
||||||
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '3000:3000'
|
- '3000:3000'
|
||||||
env_file:
|
env_file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue