From f4e86151798a80b241642a2b24e1ebcebe93c9f1 Mon Sep 17 00:00:00 2001 From: fghwett <1058178245@qq.com> Date: Tue, 7 Jun 2022 17:12:40 +0800 Subject: [PATCH] add ariang --- Docker/ariang/docker-compose.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Docker/ariang/docker-compose.yml diff --git a/Docker/ariang/docker-compose.yml b/Docker/ariang/docker-compose.yml new file mode 100644 index 0000000..f78b090 --- /dev/null +++ b/Docker/ariang/docker-compose.yml @@ -0,0 +1,19 @@ +version: '3.3' +services: + ariang: + container_name: ariang + restart: unless-stopped + logging: + options: + max-size: 1m + ports: + - '6880:6880' + image: p3terx/ariang + networks: + nginx: + aliases: + - ariang + +networks: + nginx: + external: true \ No newline at end of file