Sha256: 47c0739068104a3531910758da2fd100fdd255185d02aaa51427a837d4d44b1e
Contents?: true
Size: 267 Bytes
Versions: 549
Compression:
Stored size: 267 Bytes
Contents
version: '3.2' services: <%= @app.service_name %>: image: <%= @app.tmpl.image %> volumes: - type: bind source: volumes/<%= @app.service_name %>_data target: /var/www/html ports: - <%= @app.port %>:80 restart: always
Version data entries
549 entries across 175 versions & 2 rubygems