diff options
Diffstat (limited to 'swarm-compose.yml')
| -rw-r--r-- | swarm-compose.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/swarm-compose.yml b/swarm-compose.yml new file mode 100644 index 0000000..d7eb38e --- /dev/null +++ b/swarm-compose.yml @@ -0,0 +1,6 @@ +version: '3.2' +services: + jereroll: + image: registry.jan.systems/jereroll:v4 + ports: + - 8006:8080 |
