This repository has been archived on 2024-09-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arimelody.me-static/docker-compose-example.yml

9 lines
169 B
YAML

version: '3.9'
services:
web:
build: .
image: docker.arimelody.me/arimelody
container_name: arimelody
ports:
- 80:80
restart: unless-stopped