Màj 06-04-2024
This commit is contained in:
36
docs/Synology/Docker/docker-compose/snippet-box.md
Normal file
36
docs/Synology/Docker/docker-compose/snippet-box.md
Normal file
@@ -0,0 +1,36 @@
|
||||
|
||||
|
||||
# snippet-box
|
||||
|
||||
|
||||
|
||||
| Création | dockge |
|
||||
| ----------- | ------------------------------------------------ |
|
||||
| Mise-à-jour | Watchtower |
|
||||
| Port | 5010 |
|
||||
| Liens | [Github](https://github.com/RobinLinus/snapdrop) |
|
||||
|
||||
|
||||
|
||||
```yaml
|
||||
version: "3"
|
||||
services:
|
||||
snippet-box:
|
||||
image: pawelmalak/snippet-box:latest
|
||||
container_name: snippet-box
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
volumes:
|
||||
- /volume1/docker/dockge/stacks/snippetbox/data:/app/data
|
||||
ports:
|
||||
- 5010:5000
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
default:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.16.65.0/24
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user