1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-27 02:09:06 +02:00
dockerfiles/ariang/arm/docker-compose.yml
2021-09-07 11:45:52 +08:00

8 lines
121 B
YAML

version: "3.8"
services:
ariang:
image: easypi/ariang-arm
ports:
- "8080:80"
restart: unless-stopped