mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
docker compose
This commit is contained in:
parent
39efe6767c
commit
078957941b
1 changed files with 3 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
![Philomena](/assets/static/images/phoenix.svg)
|
![Philomena](/assets/static/images/phoenix.svg)
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
On systems with `docker` and `docker-compose` installed, the process should be as simple as:
|
On systems with `docker` and `docker compose` installed, the process should be as simple as:
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose build
|
docker compose build
|
||||||
docker-compose up
|
docker compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
If you use `podman` and `podman-compose` instead, the process for constructing a rootless container is nearly identical:
|
If you use `podman` and `podman-compose` instead, the process for constructing a rootless container is nearly identical:
|
||||||
|
|
Loading…
Reference in a new issue