Created
April 27, 2020 20:35
-
-
Save TheTinkerDad/b12edd2c2ab856c5c696068c0fbbf72b to your computer and use it in GitHub Desktop.
Revisions
-
TheTinkerDad created this gist
Apr 27, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,23 @@ version: '2' volumes: portainer-data: services: portainer: image: portainer/portainer:latest container_name: base-portainer ports: - 9000:9000 volumes: - /var/run/docker.sock:/var/run/docker.sock - portainer-data:/data restart: always netdata: image: netdata/netdata:latest container_name: base-netdata ports: - 19999:19999 restart: always