mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
Made compose file adhere to official specs
This commit is contained in:
parent
c8118a4c96
commit
41e6231217
@ -48,7 +48,7 @@ whatever reason), you can message me through Github issues.
|
|||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
## Using `docker compose` (Recommended method)
|
## 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
|
everything needed for a basic install. You can use it as a base, modifying
|
||||||
it as needed. Run it with
|
it as needed. Run it with
|
||||||
```
|
```
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
url:
|
simply-shorten:
|
||||||
image: sintan1729/simply-shorten:latest
|
image: sintan1729/simply-shorten:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: simply-shorten
|
container_name: simply-shorten
|
Loading…
Reference in New Issue
Block a user