Edit docker-compose.example.yml - added info about smaller docker image
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
aide:
|
||||
image: gitlab.pm/rune/oai-web:latest
|
||||
image: gitlab.pm/rune/oai-web:latest # use gitlab.pm/rune/oai-web:latest-no-browser to get a smaller image (172mb vs 572mb)
|
||||
ports:
|
||||
- "${PORT:-8080}:8080"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user