This repository has been archived on 2024-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
arimelody.me-static/docker-compose-example.yml

10 lines
169 B
YAML
Raw Permalink Normal View History

2023-10-02 05:30:54 +00:00
version: '3.9'
services:
web:
build: .
2024-04-30 23:39:09 +00:00
image: docker.arimelody.me/arimelody
2023-10-02 05:33:21 +00:00
container_name: arimelody
2023-10-02 05:30:54 +00:00
ports:
2024-01-17 03:55:48 +00:00
- 80:80
2023-10-02 05:30:54 +00:00
restart: unless-stopped