Created
May 31, 2023 06:52
-
-
Save skyway22/87cabae2f0f044a077611d5ec25c79c6 to your computer and use it in GitHub Desktop.
Snippet-box RaspberryPi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3' | |
services: | |
snippet-box: | |
image: pawelmalak/snippet-box:arm | |
container_name: snippet-box | |
volumes: | |
- ./data:/app/data | |
ports: | |
- 5000:5000 | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment