mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
Use docker compose instead of docker-compose
This commit is contained in:
parent
fd8c35d88a
commit
e11ef5aca3
@ -1,8 +1,8 @@
|
|||||||
# Olomana - All in One
|
# Olomana - All in One
|
||||||
This is the one-dockerfile version of olomana containing the stable "production" containers.
|
This is the one-dockerfile version of olomana containing the stable "production" containers.
|
||||||
Better than going module by module but don't let that stop you.
|
Better than going module by module but don't let that stop you.
|
||||||
Run everything with a simple `docker-compose down && docker system prune && docker-compose up -d`
|
Run everything with a simple `docker compose down && docker system prune && docker compose up -d`
|
||||||
Run one thing with a simple `docker-compose up serviceName`
|
Run one thing with a simple `docker compose up serviceName`
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@ -23,7 +23,7 @@ In addition to the above files, make sure the docker socket is mounted:
|
|||||||
|
|
||||||
#### References
|
#### References
|
||||||
https://doc.traefik.io/traefik/getting-started/quick-start/
|
https://doc.traefik.io/traefik/getting-started/quick-start/
|
||||||
https://doc.traefik.io/traefik/user-guides/docker-compose/basic-example/
|
https://doc.traefik.io/traefik/user-guides/docker compose/basic-example/
|
||||||
|
|
||||||
### Code-Server
|
### Code-Server
|
||||||
|
|
||||||
@ -68,4 +68,4 @@ https://grafana.com/docs/grafana/latest/setup-grafana/installation/docker/
|
|||||||
#### Instructions
|
#### Instructions
|
||||||
|
|
||||||
##### Build
|
##### Build
|
||||||
Test build with `docker-compose build homepage`.
|
Test build with `docker compose build homepage`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user