Update README.md

This commit is contained in:
Thomas Miceli 2023-04-12 12:50:47 +02:00 committed by GitHub
parent 1c35a19bd4
commit 8e481d70f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ docker pull ghcr.io/thomiceli/opengist:1
It can be used in a `docker-compose.yml` file : It can be used in a `docker-compose.yml` file :
1. Create a `docker-compose.yml` file with the following content 1. Create a `docker-compose.yml` file with the following content
2. Run `docker-compose up -d` 2. Run `docker compose up -d`
3. Opengist is now running on port 6157, you can browse http://localhost:6157 3. Opengist is now running on port 6157, you can browse http://localhost:6157
```yml ```yml