Màj 06-04-2024
This commit is contained in:
41
docs/Synology/Docker/docker-compose/privatebin.md
Normal file
41
docs/Synology/Docker/docker-compose/privatebin.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# PrivateBin
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
| Création | dockge |
|
||||
| ----------- | -------------------------------------- |
|
||||
| Mise-à-jour | Watchtower |
|
||||
| Port | 8380 |
|
||||
| Liens | [PrivateBin](https://privatebin.info/) |
|
||||
|
||||
|
||||
|
||||
```yaml
|
||||
name: privatebin
|
||||
services:
|
||||
nginx-fpm-alpine:
|
||||
restart: always
|
||||
read_only: true
|
||||
environment:
|
||||
TZ: Europe/Paris
|
||||
ports:
|
||||
- 8380:8080
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
volumes:
|
||||
- /volume1/docker/dockge/stacks/privatebin/conf.php:/srv/cfg/conf.php:ro
|
||||
- /volume1/docker/dockge/stacks/privatebin/data:/srv/data
|
||||
- /volume1/docker/dockge/stacks/privatebin:/tmp
|
||||
- /volume1/docker/dockge/stacks/privatebin:/run
|
||||
image: privatebin/nginx-fpm-alpine
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.16.66.0/24
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user