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