mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Linting and update compose image version
This commit is contained in:
parent
e44a7a61e6
commit
87d6904261
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
website:
|
||||
image: ghcr.io/bewcloud/bewcloud:v3.0.0
|
||||
image: ghcr.io/bewcloud/bewcloud:v3.0.1
|
||||
restart: always
|
||||
ports:
|
||||
- 127.0.0.1:8000:8000
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { join, isAbsolute } from '@std/path';
|
||||
import { isAbsolute, join } from '@std/path';
|
||||
import { UserModel } from './models/user.ts';
|
||||
import { Config, OptionalApp } from './types.ts';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue