LabSetup/roles/dock-rancher/files/docker-compose.yml

15 lines
273 B
YAML
Raw Permalink Normal View History

2020-07-24 10:01:47 +02:00
# Ansible managed
---
version: "2"
services:
rancher:
image: rancher/rancher
container_name: rancher
#network_mode: bridge
ports:
- 80:80
- 443:443
volumes:
- "{{ appdata_path }}/rancher:/var/lib/rancher"
restart: unless-stopped