mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
Update privatebin-data volume configuration in production.yml
This commit is contained in:
+6
-2
@@ -98,8 +98,12 @@ services:
|
|||||||
container_name: privatebin
|
container_name: privatebin
|
||||||
read_only: true
|
read_only: true
|
||||||
volumes:
|
volumes:
|
||||||
- './privatebin-data:/srv/data' # data volume for pastes allows pastes
|
- type: bind
|
||||||
# to persist after container stop or restart
|
source: "./privatebin-data"
|
||||||
|
target: "/srv/data"
|
||||||
|
uid: 165534
|
||||||
|
gid: 100082
|
||||||
|
# - './privatebin-data:/srv/data' # data volume for pastes allows pastes
|
||||||
- './conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
|
- './conf.php:/srv/cfg/conf.php:ro' # second volume for custom configuration file
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080
|
||||||
|
|||||||
Reference in New Issue
Block a user