You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


도커파일



도커컴포져

version: '2'
services:
  confluence3:
    image: atlassian/confluence-server:6.7.3
    environment:
      CATALINA_OPTS: -Xms768m -Xmx1024m
    volumes:
    - /data/wiki1:/var/atlassian/application-data/confluence
    ports:
    - 8091:8090/tcp
    labels:
      io.rancher.scheduler.affinity:host_label: host=docker3
      io.rancher.container.hostname_override: container_name

  • No labels