Created
November 23, 2024 17:09
-
-
Save wsdookadr/f1ab1d0fda43274b8615ef7a785ab1cf to your computer and use it in GitHub Desktop.
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
services: | |
r1: | |
image: alpine:3.20.3 | |
tty: true | |
#command: /bin/sh -c "/bin/cat" | |
volumes: | |
- type: tmpfs | |
target: /logs | |
tmpfs: | |
size: "4294967296" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment