Commit a99f63e0 authored by nimrod's avatar nimrod
Browse files

tmpfs mounts.

Replicate what's on the host.
parent d7e37b39
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,10 @@ services:
    ports:
      - "2222:22"
    restart: always
    tmpfs:
      - /tmp
      - /run
      - /run/lock
    volumes:
      - /etc/group:/etc/group:ro
      - /etc/gshadow:/etc/gshadow:ro