Files
Gokapi/docker-compose.yaml
spaghetti-coder 84eb70edbb Add deprecation alerts, deprecate DOCKER_NONROOT in favor of docker --user ... (#327)
* deprecate DOCKER_NONROOT in favor of docker --user ...

* remove redundant named volumes creation in compose
* remove DOCKER_NONROOT from demo env file
* add deprecation warning to docker entrypoint
* update documentation

* Added feature to show deprecation messages in UI and logs
Added deprecation message for Docker_NONROOT
Fixed documentation

---------

Co-authored-by: Marc Ole Bulling <Marc-Ole@gmx.de>
2025-11-04 22:26:04 +01:00

14 lines
268 B
YAML

version: '3.3'
services:
gokapi:
image: f0rc3/gokapi:latest
container_name: gokapi
ports:
- "127.0.0.1:53842:53842"
volumes:
- ./gokapi-data:/app/data
- ./gokapi-config:/app/config
restart: always
env_file:
- "./.env"