version: '3.3' services: ariang: container_name: ariang restart: unless-stopped logging: driver: json-file options: max-size: 1m ports: - '6880:6880' image: p3terx/ariang command: --port 6880 --ipv6 networks: nginx: aliases: - ariang networks: nginx: external: true