mirror of
https://github.com//cppla/ServerStatus
synced 2025-09-23 02:12:22 +08:00
docker compose support for X86 or ARM64
This commit is contained in:
parent
e274b09c0f
commit
6c926209bd
@ -1,6 +1,9 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
serverstatus:
|
serverstatus:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
image: cppla/serverstatus:latest
|
image: cppla/serverstatus:latest
|
||||||
container_name: serverstatus
|
container_name: serverstatus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
serverstatus:
|
serverstatus:
|
||||||
image: cppla/serverstatus:latest
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
container_name: serverstatus
|
container_name: serverstatus
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user