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
149 B
YAML
Raw Normal View History

2023-10-02 05:30:54 +00:00
version: '3.9'
services:
web:
build: .
2023-10-02 05:33:21 +00:00
image: arimelody
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