Updating docker-compose

This commit is contained in:
Derek Paschal 2023-04-06 17:15:12 -05:00
parent fe47dc949a
commit ff4112210f
1 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@ version: '3.4'
services:
auto-sd-docker:
container_name: auto-sd-docker
image: git.exile.place/derek/auto-sd-docker:latest
image: auto-sd-docker:latest
build:
context: .
restart: "no"
ports:
- "7860:7860"
@ -21,4 +23,4 @@ services:
interval: 60s
timeout: 10s
retries: 5
start_period: 300s
start_period: 420s