Jemmaan
This commit is contained in:
10
config/docker/2023/yml-files/snippet-box.yml
Normal file
10
config/docker/2023/yml-files/snippet-box.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
version: '3'
|
||||
services:
|
||||
snippet-box:
|
||||
image: pawelmalak/snippet-box:latest
|
||||
container_name: snippet-box
|
||||
volumes:
|
||||
- /gurulandia/data/docker/snippet-box/data:/app/data
|
||||
ports:
|
||||
- 5000:5000
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user