Fix indentation

このコミットが含まれているのは:
Midou36O 2023-01-05 23:18:06 +01:00
コミット a7bdf2de46
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 08063D5407090BC2
1個のファイルの変更10行の追加10行の削除

ファイルの表示

@ -3,13 +3,13 @@ services:
gothub:
image: codeberg.org/gothub/gothub:latest
# image: codeberg.org/gothub/gothub:dev # Dev branch
restart: unless-stopped
ports:
- "3000:3000"
environment:
- DOCKER=true
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/version || exit 1
interval: 30s
timeout: 5s
retries: 2
restart: unless-stopped
ports:
- "3000:3000"
environment:
- DOCKER=true
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/version || exit 1
interval: 30s
timeout: 5s
retries: 2