Advertisement
pilasguru

Simple Docker Swarm stack (hostname)

Jun 22nd, 2021
1,305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.23 KB | None | 0 0
  1. version: "3"
  2.  
  3. services:
  4.   hostname:
  5.     image: adongy/hostname-docker:latest
  6.     deploy:
  7.       mode: replicated
  8.       replicas: 5
  9.       resources:
  10.         limits:
  11.           memory: 32M
  12.         reservations:
  13.           memory: 16M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement