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