mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-24 13:59:41 +08:00
📦 build(meowfacts): switch to pre-built docker image
- replace local docker build with pre-built image from ghcr.io - simplify docker-compose configuration by removing build arguments
This commit is contained in:
parent
db96787676
commit
15b405cfbc
@ -1,10 +1,6 @@
|
||||
services:
|
||||
meowfacts:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
IMAGE_TAG: latest
|
||||
image: ghcr.io/pooneyy/meowfacts:latest
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user