Skip to content

Commit 9911d35

Browse files
author
LazyFP Dev
committed
update docker-compose: use build locally, commented image for GHCR
1 parent abed2f3 commit 9911d35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
lazyfp:
3-
image: ghcr.io/kiss2u/lazyfp:latest
3+
build: .
4+
# image: ghcr.io/kiss2u/lazyfp:latest
45
container_name: lazyfp
56
restart: unless-stopped
67
ports:

0 commit comments

Comments
 (0)