docker-compose
---
services:
ariang:
image: catwsq/ariang:latest
container_name: ariang
ports:
- 80:80 #port can be changed
environment:
- CUSTOM_USER=admin
- PASSWORD=admin #You can delete the environment variable if you don’t need a user&password to login.
restart: always
Content type
Image
Digest
sha256:cb57a2e0d…
Size
34.9 MB
Last updated
about 2 years ago
docker pull catwsq/ariang