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

10 lines
169 B
YAML
Raw Normal View History

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