From 41e6231217cc21fb5c449dadeda2c6136e258bde Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Mon, 14 Nov 2022 23:12:26 -0600 Subject: [PATCH] Made compose file adhere to official specs --- README.md | 2 +- docker-compose.yml => compose.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) rename docker-compose.yml => compose.yaml (97%) diff --git a/README.md b/README.md index b6d2d4b..3842aaf 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ whatever reason), you can message me through Github issues. # Usage ## Using `docker compose` (Recommended method) -There is a sample `docker-compose.yml` file in this repository. It contains +There is a sample `compose.yaml` file in this repository. It contains everything needed for a basic install. You can use it as a base, modifying it as needed. Run it with ``` diff --git a/docker-compose.yml b/compose.yaml similarity index 97% rename from docker-compose.yml rename to compose.yaml index d627a3f..61f1af4 100644 --- a/docker-compose.yml +++ b/compose.yaml @@ -1,6 +1,5 @@ -version: "3" services: - url: + simply-shorten: image: sintan1729/simply-shorten:latest restart: unless-stopped container_name: simply-shorten