add ariang
This commit is contained in:
19
Docker/ariang/docker-compose.yml
Normal file
19
Docker/ariang/docker-compose.yml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user