# 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 ```