version: "3" services: apt-cache: build: context: image args: UID: ${USERID} image: apt-cache volumes: - ./cache:/var/cache/apt-cacher-ng ports: - "3142:3142" user: ${USERID}