-
Notifications
You must be signed in to change notification settings - Fork 347
Open
Description
I'm using docker-compose with the config as below.
There does not seem to be a way to persist the configuration of the container. When I use the volume mounting that the documentation gives at https://apiumbrella.io/install/ the mount is empty.
If I run bash on the container I can see that there is no /etc/api-umbrella directory, but there is an /opt/api-umbrella//etc directory.
Is this perhaps a mistake in the documentation? How is it possible to persist configuration like API backends and users between instances of the container?
version: '3'
services:
umbrella:
image: nrel/api-umbrella
restart: always
container_name: api-umbrella
ports:
- "80:80"
- "443:443"
volumes:
- ./config/:/etc/api-umbrella
networks:
default:
external:
name: client_api
Metadata
Metadata
Assignees
Labels
No labels