Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ad4fc commit d6873d4Copy full SHA for d6873d4
common.yml
@@ -9,6 +9,8 @@ services:
9
- all
10
volumes:
11
- ./src:/opt/simple-radio/src
12
+ # this ensures stations json file persists across restarts
13
+ - data-public:/opt/simple-radio/public
14
15
nginx:
16
build:
docker-compose.yml
@@ -31,3 +31,4 @@ networks:
31
32
33
data: {}
34
+ data-public: {}
0 commit comments